Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

install postgress on centos not working

avatar
Super Collaborator

I found this instruction on web but yum is not finding postgres

[root@hadoop1 ~]# yum -y install postgressql
Loaded plugins: fastestmirror, priorities, protectbase, refresh-packagekit, security
Setting up Install Process
Loading mirror speeds from cached hostfile
0 packages excluded due to repository protections
No package postgressql available.
Error: Nothing to do
[root@hadoop1 ~]#
1 ACCEPTED SOLUTION

avatar
Guru

Hi @Sami Ahmad

Try postgresql-server

https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-centos-7

As always, if you find this post useful please "accept" the answer.

View solution in original post

1 REPLY 1

avatar
Guru

Hi @Sami Ahmad

Try postgresql-server

https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-centos-7

As always, if you find this post useful please "accept" the answer.