Answers for "gdebi"

1

gdebi

# what is gdebi:
# Gdebi is a app that helps you install deb files 
# more effectively by handling dependencies.

# to install gdebi 
sudo apt install gdebi

# to install .deb file using gdebi 
sudo gdebi <path_to_deb_file>
Posted by: Guest on May-12-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language