JRX Codes
JRX Codes

Follow

JRX Codes

Follow

Installing deb package on Ubuntu

JRX Codes's photo
JRX Codes
·Dec 28, 2021·

1 min read

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
 
Share this