On Aug 12, 3:36 pm, Conrad Lawes <[email protected]> wrote:
> Knoppix is Debian derivative.  As such, you use apt-get to install and
> remove packages.
> Debian style  packages use the .deb file extension.
>
> Example,
>
> To install firefox:
> sudo apt-get install firefox
>
> To install the Norton Commander-like  package:
> sudo apt-get install mc
>
> To remove firefox:
> sudo apt-get remove firefox
>
> To view the list of packages installed:
>
> sudo dpkg  --list
>
> To see if  Mozilla Thunderbird is installed:
>
> sudo dpkg --list | grep -i thunderbird
>
> You can also use dpkg to install a DEB package, example
>
> sudo dpkg --install  skype40.deb
>
> Conrad Lawes


Wait, these .DEB files are very small. They don't appear to contain
any files; just information about which files need to be downloaded.
That presents a problem for me. The machine I am running Linux on does
not have Internet. I am downloading the files manually on another
machine and putting them on USB drives.

I'm assuming Linux does not have an equivilant of the windows
registry?  Or at least I'm not familiar with one.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Linux Users Group.
To post a message, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit our group at 
http://groups.google.com/group/linuxusersgroup
-~----------~----~----~----~------~----~------~--~---

Reply via email to