Instale arquivos .deb no Terminal Linux

sudo dpkg -i /path/to/deb/file
sudo apt-get install -f
Cybernated Dev