Answers for "how to install dpkg in ubuntu"

10

install deb file in ubuntu

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

how to install dpkg in ubuntu

# download dpkg package
#open terminal into same directory and now type command with <packagename>.deb
sudo dpkg -i <package-name>.deb
#Ex: sudo dpkg -i mongodb-compass_1.23.0_amd64.deb
Posted by: Guest on December-06-2020

Code answers related to "how to install dpkg in ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language