Re: Uninstall Everything. - Mailing list pgsql-novice

From Joel Burton
Subject Re: Uninstall Everything.
Date
Msg-id 3A2FCAF4.6466.8E07E@localhost
Whole thread Raw
In response to Re: Uninstall Everything.  ("Poul L. Christiansen" <poulc@cs.auc.dk>)
List pgsql-novice
> Try:
> "rpm -e postgresql-7.0.3-2"

or just 'rpm -e postgresql'. You don't to specific the version
numbers, even.

However, you'll need to uninstall *all* the PG stuff you have, like
postgresql-server, postgresql-test, etc. I usually use

rpm -e `rpm -qa | grep postgresql`

which means rpm -qa (show all rpm packages), grep postgresql (find
those that have postgresql in their names), and remove them all.
--
Joel Burton, Director of Information Systems -*- jburton@scw.org
Support Center of Washington (www.scw.org)

pgsql-novice by date:

Previous
From: "Mike Hammonds"
Date:
Subject: Install order
Next
From: "Joel Burton"
Date:
Subject: Re: Install order