Answers for "install a deb on ubuntu server"

88

install deb file

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

installing deb

#install downloaded .deb
sudo dpkg -i /path/name.deb
Posted by: Guest on June-06-2021

Code answers related to "install a deb on ubuntu server"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language