Re: how to uninstall postgresql from fedora 5

Lists: pgsql-interfaces
From: "RaviRam Kolipaka" <raviram(dot)kolipaka(at)gmail(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: how to uninstall postgresql from fedora 5
Date: 2007-05-29 06:43:46
Message-ID: 752107cb0705282343w19c01741x508c1e48637b5836@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-interfaces

Can anybody reply me how to uninstall postgresql from fedora 5 linux

thanks in advance.


From: Devrim GÜNDÜZ <devrim(at)CommandPrompt(dot)com>
To: RaviRam Kolipaka <raviram(dot)kolipaka(at)gmail(dot)com>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: how to uninstall postgresql from fedora 5
Date: 2007-05-29 06:55:18
Message-ID: 1180421718.3501.5.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-interfaces

Hello,

On Tue, 2007-05-29 at 12:13 +0530, RaviRam Kolipaka wrote:
> Can anybody reply me how to uninstall postgresql from fedora 5 linux

(You are on the wrong list, but...)

Depends on how you installed. If you are using distro packages:

rpm -e `rpm -qa|grep postgresql`

or

yum remove postgresql

might help you, if you don't have other dependencies to postgresql-libs
package. If so, either remove all postgresql packages except -libs, or
remove the other packages, too, like php-pgsql, etc.

Regards,
--
Devrim GÜNDÜZ
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/