Skip to main content

Command Palette

Search for a command to run...

Installing deb package on Ubuntu

Updated
1 min read
Installing deb package on Ubuntu

Install gdebi tool and then open and install the .deb file using it
Use dpkg and apt-get command line tools as follows:

sudo dpkg -i /absolute/path/to/deb/file
sudo apt-get install -f

More from this blog

J

JRX Codes

23 posts