- "cd" to the folder where you downloaded the .deb file and then run "sudo dpkg -i <package_name>" to install the package.
- If "apt-get install <package_name>" does not work, try "apt-get install ./<package_name>"
E.g.
sudo apt-get install ./mypackage.deb