Installing a .deb file from the Command Line

sudo dpkg -i /path/to/deb/file

or
 
sudo apt install ./name.deb

Comments

Popular Posts