View Single Post
BrentDC's Avatar
Posts: 903 | Thanked: 632 times | Joined on Apr 2008
#2
If they are not in the user/* section, and thus not viewable in the application manager, you can use:

Code:
apt-get remove <package>
Or.

Code:
dpkg -r <package>
If you are unsure of the exact unix name, you can use:

Code:
apt-cache search <keywords>
to find it.