To uninstall or remove a package, use:
sudo apt-get –purge remove <package-name>
To list packages of a certain type you might want to remove:
dpkg -l | grep ‘string you are looking for’
To uninstall or remove a package, use:
sudo apt-get –purge remove <package-name>
To list packages of a certain type you might want to remove:
dpkg -l | grep ‘string you are looking for’
Share this: