Installing deb package on UbuntuJay Kumar·Dec 28, 2021·1 min readInstall gdebi tool and then open and install the .deb file using itUse dpkg and apt-get command line tools as follows: sudo dpkg -i /absolute/path/to/deb/file sudo apt-get install -f Ubuntu Share this