Run the following to install a .deb package:
sudo dpkg -i /absolute/path/to/deb/file
How to remove a package:
sudo dpkg --remove /absolute/path/to/deb/file
Linux, Windows, Software Tips, Articles and Hacks
Run the following to install a .deb package:
sudo dpkg -i /absolute/path/to/deb/file
How to remove a package:
sudo dpkg --remove /absolute/path/to/deb/file