-1

I have recently installed Edubuntu in my school computer lab computers so that the students can become familiar with the Linux environment. It's going well except I tried to install the Basic 256 application in Edubuntu, but I am facing problems with it.

The terminal commands which I used are shown below:

saint@saint-System-Product-Name:~$ sudo apt install basic256
[sudo] password for saint: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package basic256
saint@saint-System-Product-Name:~$
karel
  • 110,292
  • 102
  • 269
  • 299
  • What did you try? Why do you think it failed? – waltinator Aug 14 '18 at 13:37
  • I tried the following in terminal – Abin B. George Aug 14 '18 at 15:16
  • Sudo apt- get update – Abin B. George Aug 14 '18 at 15:17
  • Sudo apt- get install Basic 256 – Abin B. George Aug 14 '18 at 15:17
  • 1
    Welcome to Ask Ubuntu! Could you please add a little more detail? What *exactly* did you do, what did you expect to happen and what happened instead? Did you encounter any warning or error messages? Please reproduce them *in their entirety* in your question. You can select, copy and paste terminal content and most dialogue messages in Ubuntu. Please **[edit]** your post to add information instead of posting a comment. (see [How do I ask a good question?](/help/how-to-ask)) – David Foerster Aug 15 '18 at 21:33
  • saint@saint-System-Product-Name:~$ sudo apt install basic256 [sudo] password for saint: Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package basic256 saint@saint-System-Product-Name:~$ – Abin B. George Aug 16 '18 at 02:34
  • 1
    Possible duplicate of [How do I enable the "Universe" repository?](https://askubuntu.com/questions/148638/how-do-i-enable-the-universe-repository) and [How to install software or upgrade from an old unsupported release?](https://askubuntu.com/questions/91815/how-to-install-software-or-upgrade-from-an-old-unsupported-release) – karel Aug 16 '18 at 04:47

1 Answers1

0

It seems that a package is available for Ubuntu, you can just do

sudo apt install basic256

You may have to enable universe repository in order to download this software.

ob2
  • 3,517
  • 17
  • 16