View Single Post
Posts: 1,048 | Thanked: 1,127 times | Joined on Jan 2010 @ Amsterdam
#2
Package not found usually means the repo is not enabled. If you downloaded the deb but it doesnŽt want to install with HAM it probably has dependency issue. You can try this from the command line, though and see what happens.

Assuming you have changed directory to the location where your deb file resides.

Code:
root
dpkg -i package.deb
If that doesnŽt work, IŽd try first as root
Code:
apt-get -f install
and than try again.