dpkg -i package.deb

Doesn't install package if it has not-installed dependencies.

What parameters do I miss to install that package with its dependencies from repository?

link|improve this question

possible duplicate of Install dependencies for a dpkg package? – Tom Wijsman Dec 13 '11 at 17:04
feedback

2 Answers

up vote 4 down vote accepted

When you try to install a package like: dpkg -i package.deb
, you can execute apt-get install -f to get the dependencies.

link|improve this answer
feedback

You don't need parameters, just install the dependencies or use a package manager like apt-get.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.