Answers for "apt install from file"

73

install deb file

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

install deb file in ubuntu

sudo apt install path_to_deb_file
Posted by: Guest on August-19-2020
0

apt install from file

sudo apt install ./name.deb
Posted by: Guest on May-30-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language