LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to manually install a debian file for debian? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-manually-install-a-debian-file-for-debian-755891/)

tekipepi 09-17-2009 08:05 AM

How to manually install a debian file for debian?
 
I canīt install programs that end with .deb automatically...

Can anyone teach me how to install them manually on konsole?

brianL 09-17-2009 08:09 AM

As root:
dpkg -i filename.deb

XavierP 09-17-2009 08:10 AM

In the terminal type:
Code:

dpkg -i <packagename>.deb
You will either need to be root to install or use sudo.

ongte 09-17-2009 08:11 AM

# dpkg --install package.deb

hipe 09-17-2009 08:12 AM

Use command "dpkg" as root, like this:

# dpkg -i yourprogramname.deb

tekipepi 09-17-2009 08:19 AM

Oh okay! thanks a lot guys!


All times are GMT -5. The time now is 07:12 AM.