Answers for "execute .deb ubuntu*"

100

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
0

run deb file

sudo dpkg -i DEB_PACKAGE
Posted by: Guest on February-03-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language