--=-ZFK95mOJ+03xeOdxmluR Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2003-05-14 at 15:33, 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 sing= le > uninstall point for each of these apps? What a mess! Typically what I'll do for mass uninstalls using rpm is the following: rpm -qa | grep kde | xargs rpm -e And usually that turns up a few more packages that are dependent, but you can just tack them on the end of the command line. Not an elegant solution, but one that works out okay. --Ted --=-ZFK95mOJ+03xeOdxmluR Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQA+wyUBLE335pRPGp0RAmAwAKCyhARWWAjU1wUbjtmwMOT6yImOUACgo5xm JpjsuYbNUtXsSgwSAPiO2eI= =DMi2 -----END PGP SIGNATURE----- --=-ZFK95mOJ+03xeOdxmluR--