Posts Tagged installing .deb
How to install .deb packages?
To install deb packages, download the deb package to a local folder (possibly /tmp if you do not require the installation file later) and run the following command
sudo dpkg -i package.deb
This should take care of the installation