HowTo: manually install .deb packages:
Filed in System Administration, linux administration on Feb.03, 2009
This process only installs the downloaded .
deb package. If the package has dependencies, you may need to install them as well.
First, download your .
deb package via wget or whichever method you prefer. Then on the terminal type dpkg -i packagename.
deb (replacing packagename with the name of the package).
That’s it
