howto install a .deb
18/11/2015
Sometimes you can download a .deb
This it one way to install it:
sudo dpkg -i path/nameofsoftware.deb
then
sudo apt-get install -f
The last will check and fix dependencies of the just installed package (if your lucky).
Share the post "howto install a .deb"