Sunday, February 17, 2008

Uninstalling packages in Ubuntu/Kubuntu

Ubuntu linux flavors use APT as package management, a very good package management and from which most people speak very good.

To uninstall a package you may want to remove, i use to do this:
dpkg --list | grep [package name]
apt-get remove [package name]

0 comentarios: