View Single Post
Posts: 16 | Thanked: 10 times | Joined on Sep 2010
#3
I am not sure about what you want, but I think this could help you:
To download a deb, from console and apt-get:
Code:
aptitude download name_of_package
If you want to install it, you don't have to extract the deb. Simply do this:
Code:
dpkg -i name_of_package.deb
 

The Following User Says Thank You to Drexxx For This Useful Post: