Search Postgresql Archives

Re: uninstalling postgre sql on Fedora core 5

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



laredotornado@xxxxxxxxxxx wrote:
Hi,

When I installed Fedora Core 5 Linux to my x86 Desktop machine, it
automatically included PostGreSQL.  What is the proper way to
uninstall?  Since it came by default, I can't tell if it was installed
by source or RPM ... or can I?

Not sure why you'd want to remove it but hey :)

I use this syntax (I'm sure there's a better way but this works):

rpm -qa | grep -i 'postgres'

find the package names, then

rpm -e pkg1 pkg2 pkg3 etc

You may find other packages are dependent on postgresql, maybe you installed something that requires it.

--
Postgresql & php tutorials
http://www.designmagick.com/


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux