Phil Mattison wrote: > I have a Linux 7.3 server running at a local NOC as a web server and I do > all my own system administration remotely via SSH. I'd like to remove KDE & > Gnome since they are unused and tend to clutter up the system. I tried a > query via rpm to see what is installed, and both appear to involve a > bewildering collection of individual packages. Does anyone know of a single > uninstall point for each of these apps? What a mess! rpm -e package1 package2 package3 is the only way I'm aware of for command-line. I think some of the gui rpm tools will let you uninstall groups.