# way 1 sudo apt install ./file.deb # way 2 sudo apt install gdebi sudo gdebi file.deb # way 3 sudo dpkg -i file.deb
references: