View Single Post
Posts: 432 | Thanked: 645 times | Joined on Mar 2009
#6
Originally Posted by Sasler View Post
I had those two, but still it would complain about the missing libqtm-systeminfo when I tried to install it by clicking the .deb file.
As said, dpkg does not install missing deps automatically. you can run after it failed:

Code:
apt-get -f install
in the terminal, which should take care of the missing dependencies.

Daniel
 

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