Answers for "ubuntu terminal install linux.deb"

88

install .deb files in terminal linux

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

instal .deb ubuntu

sudo dpkg -i package_file.deb
Posted by: Guest on July-29-2020

Code answers related to "ubuntu terminal install linux.deb"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language