Answers for "install .deb files in terminal linux"

73

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

Code answers related to "install .deb files in terminal linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language