10/05/2014

[Debian] Install package and its dependencies using dpkg

When installing a package with dpkg:

dpkg -i package.deb

its dependencies will not be automatically installed. To solve this, run:

apt-get -f install

after the dpkg installation

No comments:

Post a Comment

With great power comes great responsibility