Answers for "how to install .deb file in ubuntu 20.04 using terminal"

13

how to install .deb file ubuntu

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

install .deb ubuntu 20.04

sudo dpkg -i example.deb
Posted by: Guest on October-26-2021

Code answers related to "how to install .deb file in ubuntu 20.04 using terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language