Re: Uninstall Everything.

From: "Joel Burton" <jburton(at)scw(dot)org>
To: "Poul L(dot) Christiansen" <poulc(at)cs(dot)auc(dot)dk>
Cc: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Uninstall Everything.
Date: 2000-12-08 01:37:56
Message-ID: 3A2FCAF4.6466.8E07E@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)scw(dot)org
Support Center of Washington (www.scw.org)

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Joel Burton 2000-12-08 01:46:33 Re: pg_dump ORDER BY
Previous Message Nabil Sayegh 2000-12-08 01:08:08 Re: pg_dump ORDER BY