Accessing the rest of the software...?
Feel free to laugh at my complete ignorance...
Knoppix is great. However, I understand there is much more software available on the CD than what appears in the menus by default (almost 2 GB, right?).
So how do you access all these other apps? I've seen lists of the Knoppix packages, but there are no clues about running or "installing" them from the CD.
I tried apt-get [package name], but it doesn't work. (I assumed Knoppix's package-source list pointed to itself...?)
I've searched this forum and other Knoppix sites, but couldn't find anything about this. Thanks for enlightening me (and you can stop laughing now).
Re: Accessing the rest of the software...?
Quote:
Originally Posted by Ander
Feel free to laugh at my complete ignorance...
Knoppix is great. However, I understand there is much more software available on the CD than what appears in the menus by default (almost 2 GB, right?).
So how do you access all these other apps? I've seen lists of the Knoppix packages, but there are no clues about running or "installing" them from the CD.
I tried apt-get [package name], but it doesn't work. (I assumed Knoppix's package-source list pointed to itself...?)
I've searched this forum and other Knoppix sites, but couldn't find anything about this. Thanks for enlightening me (and you can stop laughing now).
apt-get install [packagename] means something like "look in the list of software content on online webservers I have for [packagename], look what other packages it needs and download and install these files".
which doesnt work on an livecd, but does on the hd-install, IF you have configured the list of servers apt-get should look at, AND have updated your local list of available content on these servers (which you can do with the command "apt-get update" - this tells apt to fetch the lists of available software from these servers)
Re: Accessing the rest of the software...?