Install and Uninstall .deb Packages

Install .deb package

sudo dpkg -i DEB_PACKAGE

Uninstall .deb package

sudo dpkg -r DEB_PACKAGE

Reconfigure the package

sudo dpkg-reconfigure PACKAGE_NAME