Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

PostgreSQL on Oracle Linux

JhilMay 7 2020 — edited May 9 2020

Experts,

I installed belpw RPMs on my local machine

I am going remove all these installed packages.

# rpm -qa | grep postgres*

postgresql-libs-8.4.20-2.el6_6.x86_64

postgresql12-12.2-2PGDG.rhel6.x86_64

postgresql11-11.7-1PGDG.rhel6.x86_64

postgresql11-libs-11.7-1PGDG.rhel6.x86_64

postgresql11-server-11.7-1PGDG.rhel6.x86_64

qt-postgresql-4.6.2-28.el6_5.x86_64

postgresql12-libs-12.2-2PGDG.rhel6.x86_64

postgresql12-server-12.2-2PGDG.rhel6.x86_64

1) rpm -e postgres* 

2) Do i need to cleanup anything additionally regarding Postgres rpms ?

>> At that time of PostgreSQL Installation, we additionally installed below one

# rpm -qa | grep readline-devel*

readline-devel-6.0-4.el6.x86_64

3) What is the purpose of above one (readline-devel*) ?

4) Once again i want to install PostgreSQL RPMs from scratch.

Thanks in advance

Comments
Post Details
Added on May 7 2020
7 comments
3,031 views