Answers for "how to run a deb file ubuntu"

88

install deb file

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

install ubuntu deb

#install downloaded .deb
sudo dpkg -i /path/name.deb

#install packages
sudo apt install package_name
Posted by: Guest on December-31-2020

Code answers related to "how to run a deb file ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language