View Single Post
Posts: 402 | Thanked: 229 times | Joined on Nov 2009 @ Missouri, USA
#69
Originally Posted by ikerrg View Post
What happens with dependecies? I'd like to install https://garage.maemo.org/frs/downloa..._1.1.6_all.deb but it requires some newer package dependencies. Is it enough using dpkg -i command?
Thanks.
No. You'll have to do something like:
Code:
apt-get install -f
. I don't remember the exact command.

Alternatively, if you install aptly from extras-testing, you can just do "aptly install <deb file>" and it will install dependencies for you. The only dependency for aptly is python, so if you have that installed, you could technically just "dpkg -i aptly-*.deb"
__________________
aspidites | blog | aspidites@inbox.com
 

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