Shell/Bash: install deb file Example
Shell/Bash Example: This is the "install deb file" Example. compiled from many sources on the internet by SimpleTutorials.org
install deb file
sudo dpkg -i /path/to/deb/file sudo apt-get install -f
instal .deb ubuntu
sudo dpkg -i package_file.deb
install deb file in ubuntu
sudo apt install path_to_deb_file
install ubuntu deb
#install downloaded .deb sudo dpkg -i /path/name.deb #install packages sudo apt install package_name
install *.deb file in ubuntu
Install a downloaded program in Ubuntu - Linux sudo dpkg -i package_file.deb //or sudo apt install path_to_deb_file
* Summary: This "install deb file" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!