Answers for "what is the command to install a .deb file from a folder"

99

install deb file

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

install deb file

sudo apt install ./file_name.deb
Posted by: Guest on July-19-2021

Code answers related to "what is the command to install a .deb file from a folder"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language