how to install deb file in ubuntu
Install/Uninstall .deb files
The package files associated with Kubuntu have the .deb suffix because of Kubuntu’s close relation to the Debian GNU/Linux distribution. You can download and install individual .deb files. You will need administrative privileges to do this (see the section called “Root And Sudo”).
- To install a .deb file, simply Right-click on the .deb file, and choose ->.
- Alternatively, you can also install a .deb file by opening a terminal and typing:
sudo dpkg -i package_file.deb
- To uninstall a .deb file, remove it using Adept, or type:
sudo apt-get remove package_name