View Single Post
Posts: 102 | Thanked: 29 times | Joined on Jul 2011
#4
Originally Posted by Drexxx View Post
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
thankx for your reply

I have no problem with downloading and installing

my question explained, that I have an app installed on my n900, let's say, Panorama.

Can I extract Panorama with all it's dependencies from N900 into a deb file?