بادستورات بالا که گفتین هیچی نساخت و لاگ زیر داد


[root@static ~]# vi /etc/yum.repos.d/CentOS-Base.repo
[root@static ~]# yum localinstall http://yum.postgresql.org/9.5/redhat...5-2.noarch.rpm
Loaded plugins: fastestmirror
Cannot open: http://yum.postgresql.org/9.5/redhat...5-2.noarch.rpm. Skipping.
Nothing to do
[root@static ~]# yum list postgres*
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.checkdomain.de
* extras: linux.darkpenguin.net
* updates: mirror.checkdomain.de
Available Packages
postgresql.i686 9.2.24-4.el7_8 base
postgresql.x86_64 9.2.24-4.el7_8 base
postgresql-contrib.x86_64 9.2.24-4.el7_8 base
postgresql-devel.i686 9.2.24-4.el7_8 base
postgresql-devel.x86_64 9.2.24-4.el7_8 base
postgresql-docs.x86_64 9.2.24-4.el7_8 base
postgresql-jdbc.noarch 9.2.1002-8.el7_8 updates
postgresql-jdbc-javadoc.noarch 9.2.1002-8.el7_8 updates
postgresql-libs.i686 9.2.24-4.el7_8 base
postgresql-libs.x86_64 9.2.24-4.el7_8 base
postgresql-odbc.x86_64 09.03.0100-2.el7 base
postgresql-plperl.x86_64 9.2.24-4.el7_8 base
postgresql-plpython.x86_64 9.2.24-4.el7_8 base
postgresql-pltcl.x86_64 9.2.24-4.el7_8 base
postgresql-server.x86_64 9.2.24-4.el7_8 base
postgresql-static.i686 9.2.24-4.el7_8 base
postgresql-static.x86_64 9.2.24-4.el7_8 base
postgresql-test.x86_64 9.2.24-4.el7_8 base
postgresql-upgrade.x86_64 9.2.24-4.el7_8 base
[root@static ~]# yum install -y postgresql95-server.x86_64 postgresql95-contrib.x86_64 postgresql95-libs.x86_64
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.checkdomain.de
* extras: linux.darkpenguin.net
* updates: mirror.checkdomain.de
No package postgresql95-server.x86_64 available.
No package postgresql95-contrib.x86_64 available.
No package postgresql95-libs.x86_64 available.
Error: Nothing to do
[root@static ~]# /usr/pgsql-9.5/bin/postgresql95-setup initdb
-bash: /usr/pgsql-9.5/bin/postgresql95-setup: No such file or directory
[root@static ~]# systemctl enable postgresql-9.5.service
Failed to execute operation: No such file or directory
[root@static ~]# systemctl enable postgresql-9.5.service
Failed to execute operation: No such file or directory
[root@static ~]# systemctl status postgresql-9.5.service
Unit postgresql-9.5.service could not be found.
[root@static ~]#