How to install/uninstall .deb files?
To install .deb file
sudo dpkg -i package_file.deb
To uninstall .deb file
sudo dpkg -r package_name
How to install/uninstall .deb files?
To install .deb file
sudo dpkg -i package_file.deb
To uninstall .deb file
sudo dpkg -r package_name