How do I install a .deb file via the command line?

How do I install a .deb file via the command line?

View Answers

April 8, 2018 at 9:46 AM

Hi,

You can install it with following command:

sudo dpkg -i DEB_PACKAGE

Example:

sudo dpkg -i packagename.deb

Thanks









Related Tutorials/Questions & Answers:
Advertisements