Ubuntu - Packages - Install a local .deb file

Issue the command:

sudo dpkg -i filename.deb

Change filename.deb to the actual file name of the local .deb file you wish to install.


To uninstall (remove)

sudo dpkg -r package_file.deb