LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Install packages from USB-stick? (https://www.linuxquestions.org/questions/debian-26/install-packages-from-usb-stick-705570/)

Linuxkundi 02-18-2009 02:08 AM

Install packages from USB-stick?
 
I´m new to Debian.
I was suprised to not know how to intasll Network-Manager.
I hawe downloaded packages with a computer connected to internet.
Next step is to get my 3G-modem to work.

USB-stick works, copied kackages to /home but can not install.
I did try apt-get install pkg ...

su or sudo? ...

ebmi 02-18-2009 02:25 AM

Just execute (as root) good old dpkg:

Code:

# dpkg --install pkg_name.deb
It's that easy.
Cheers.


All times are GMT -5. The time now is 05:23 PM.