LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   How do I install a .deb file? (https://www.linuxquestions.org/questions/debian-26/how-do-i-install-a-deb-file-386771/)

abefroman 11-26-2005 03:41 PM

How do I install a .deb file?
 
How do I install a .deb file?

debian:~# deb alien_8.52_all.deb
-bash: deb: command not found

what is the correct command to install that?

abefroman 11-26-2005 03:46 PM

STFW, the command is
dpkg -i whatever.deb

michapma 11-26-2005 03:46 PM

From the directory where the .deb file is, "dpkg -i alien_8.52_all.deb" should install the package. It may not be the best method, i.e., I think you are supposed to make a local repository and then install via apt-get, but dpkg -i will "work."

gunnix 11-26-2005 03:47 PM

dpkg -i *.deb


All times are GMT -5. The time now is 03:06 PM.