Answers for "install file .deb in ubuntu"

88

install deb file

sudo dpkg -i /path/to/deb/file
sudo apt-get install -f
Posted by: Guest on March-31-2020
1

force install deb file

#offline install
dpkg --force-all -i PackageName
Posted by: Guest on September-26-2021

Code answers related to "install file .deb in ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language