How do I install a .deb file via the command line?
Hi,
You can install it with following command:
sudo dpkg -i DEB_PACKAGE
Example:
sudo dpkg -i packagename.deb
Thanks
Post Answer
Preview: