LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Uninstalling package installed with package installer (https://www.linuxquestions.org/questions/linux-newbie-8/uninstalling-package-installed-with-package-installer-4175596645/)

eco_bach 01-02-2017 03:51 PM

Uninstalling package installed with package installer
 
Hi
Installed 2 .deb packages that are causing issues with my ubuntu-mate install.

How do I remove these packages?

goumba 01-02-2017 04:03 PM

How did you install those packages? You would use the appropriate remove command with the package manager.

Code:

apt-get remove <package-name>
or,

Code:

dpkg -r <package-name>


All times are GMT -5. The time now is 06:34 AM.