On Saturday 03 October 2015 06:21:44 rlhar...@oplink.net wrote:
>  I searched and saw that some people are installing
> using "dpkg -i"; but does that take care of dependencies?

No.  But try:

# dpkg -i foo.deb

Which will probably complain about dependencies, then:

# apt-get -f install
Which will sort out the dependencies and finish installing foo.deb.

I just tried it for the first time, and it worked a treat.

Otherwise, list the missing dependencies and install them manually!  (Or with 
Synaptic.)

Lisi

Reply via email to