Urgent

Started by ElayaRaja Sover 20 years ago2 messages
#1ElayaRaja S
elayaraja.s@gmail.com

Hi,
I am using Redhat Linux 9, I need to uninstall postfesql 7.3.2 and
i have to install postgresql 7.4.5. Plz let me know how to uninstall
completely - postfesql 7.3.2

I am getting as [root@set root]# rpm -e postgresql
error: package postgresql is not installed

if i try to check the version it was displaying
[root@set root]# postgres --version
postgres (PostgreSQL) 7.3.2

--
Warm Regards,

S.ElayaRaja
Mobile: (+91) 98450 59540
E-Mail: elayaraja.s@gmail.com
raja_nk@hotmail.com

#2Christopher Browne
cbbrowne@acm.org
In reply to: ElayaRaja S (#1)
Re: Urgent

Clinging to sanity, elayaraja.s@gmail.com (ElayaRaja S) mumbled into her beard:

Hi,
I am using Redhat Linux 9, I need to uninstall postfesql 7.3.2 and
i have to install postgresql 7.4.5. Plz let me know how to uninstall
completely - postfesql 7.3.2

I am getting as [root@set root]# rpm -e postgresql
error: package postgresql is not installed

if i try to check the version it was displaying
[root@set root]# postgres --version
postgres (PostgreSQL) 7.3.2

Maybe you need to figure out what the names of the relevant packages
are.

# rpm -qa | grep -i sql

is likely to match many of the PostgreSQL packages, and give you some
exact names of packages needing to be removed.
--
"cbbrowne","@","gmail.com"
http://linuxdatabases.info/info/emacs.html
"Paranoia is not only good, it is indispensable."
-- Jim Wildman on Unix Sysadmining
<http://www.rossberry.com/jim/linux/sysadmin.html&gt;