Click to See Complete Forum and Search --> : how to install Debian software


Ksmith- Tx
11-03-2001, 03:31 AM
got a download manager that is Debian extention.. Is there a good download manager....

Strike
11-03-2001, 04:39 AM
huh?

Installing software in Debian is easy.

Do you know the name of the package you want to install?
Yes - apt-get install package
No - apt-cache search "something about the piece of software", this will list a bunch of packages. If you still aren't sure which package it is, apt-cache show <packagename> until you find it. Once you find it, apt-get install package.

Ksmith- Tx
11-03-2001, 04:50 AM
package... caitoo_0.6.6.deb

scanez
11-03-2001, 05:14 AM
Hmm wait a second. Do you actually have Debian installed? If so, you can apt-get install caitoo as Strike suggested or use dpkg to install the one you downloaded:

dpkg -i caitoo-blah.deb

If you are not using Debian, I don't know if you will be able to do it. .deb files are made specifically for Debian. If you are using an rpm based distro (Mandrake, Redhat) find an rpm version of the file you have.

Good luck
SC