Answers for "ubuntu command to install deb package"

100

install deb file

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

Install debian package ubuntu

sudo apt install ./name.deb
Posted by: Guest on February-02-2021

Code answers related to "ubuntu command to install deb package"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language