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
J

Jay Kumar is a proficient JavaScript and Node.js developer with 7 years of experience in building dynamic and scalable web applications. With a deep understanding of modern web technologies, Jay excels at creating efficient and innovative solutions. He enjoys sharing his knowledge through blogging, helping fellow developers stay updated with the latest trends and best practices in the industry.

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