[Installation] How to install .deb file in Ubuntu
if you have a .deb file:
- You can install it using
sudo dpkg -i /path/to/deb/file
- followed by
sudo apt-get install -f.
if you have a .deb file:
sudo dpkg -i /path/to/deb/file
sudo apt-get install -f.