Re: Uninstall Everything.

Поиск
Список
Период
Сортировка
От Joel Burton
Тема Re: Uninstall Everything.
Дата
Msg-id 3A2FCAF4.6466.8E07E@localhost
обсуждение исходный текст
Ответ на Re: Uninstall Everything.  ("Poul L. Christiansen" <poulc@cs.auc.dk>)
Список 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 по дате отправления:

Предыдущее
От: "Mike Hammonds"
Дата:
Сообщение: Install order
Следующее
От: "Joel Burton"
Дата:
Сообщение: Re: Install order