Site icon Dipin Krishna

Install Remove and Reinstall/Reconfigure/Repair .deb packages

Debian (.deb) packages are the packages that are used in Ubuntu. You can install any .deb package in your system. .deb files can generally be installed from your file manager (Nautilus) merely by clicking on them, since file associations with the default installer is already set in Ubuntu. These instructions are for those who wish to install packages from the command-line terminal (Terminal).

sudo dpkg -i packagename.deb
sudo dpkg -r packagename
sudo dpkg-reconfigure packagename

*Example:

sudo dpkg-reconfigure mpd
Exit mobile version