View Single Post
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#22
Code:
dpkg -i <debfile>
It will bail if it can't resolve the dependencies. In that case,
Code:
apt-get install <package>
whatever is needed to fix the dependencies, and try dpkg again.
 

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