@@ -15,7 +15,6 @@ <h1>Linux downloads (Red Hat family) <img class="logo" src="/media/img/redhat.sv
1515 < li > Rocky Linux</ li >
1616 < li > AlmaLinux</ li >
1717 < li > Fedora</ li >
18- < li > Oracle Linux</ li >
1918 </ ul >
2019</ p >
2120< p > and others.</ p >
@@ -44,7 +43,6 @@ <h2>PostgreSQL Yum Repository</h2>
4443 < li > Red Hat Enterprise Linux</ li >
4544 < li > Rocky Linux</ li >
4645 < li > AlmaLinux</ li >
47- < li > Oracle Linux</ li >
4846 < li > Fedora< sup > *</ sup > </ li >
4947 </ ul >
5048</ p >
@@ -70,22 +68,14 @@ <h2>PostgreSQL Yum Repository</h2>
7068< h2 > Included in Distribution</ h2 >
7169< p >
7270These distributions all include PostgreSQL by default. To install
73- PostgreSQL from these repositories, use the < var > dnf</ var > command on RHEL 8 and Fedora:
71+ PostgreSQL from these repositories, use the < var > dnf</ var > command on RHEL and Fedora:
7472</ p >
7573< p >
7674< code >
7775dnf install postgresql-server
7876</ code >
7977</ p >
8078< p >
81- or < var > yum</ var > command on RHEL / CentOS 7:
82- </ p >
83- < p >
84- < code >
85- yum install postgresql-server
86- </ code >
87- </ p >
88- < p >
8979Which version of PostgreSQL you get will depend on the version of
9080the distribution:
9181</ p >
@@ -156,7 +146,7 @@ <h3>Post-installation</h3>
156146will not be enabled for automatic start or have the database initialized
157147automatically. To make your database installation complete, you need to
158148perform the following steps, based on your distribution:
159- < h4 > For RHEL / Rocky Linux / AlmaLinux / CentOS / OL 10, 9, 8 or Fedora 41 and later derived distributions:</ h4 >
149+ < h4 > For RHEL / Rocky Linux / AlmaLinux 10, 9, 8 or Fedora 41 and later derived distributions:</ h4 >
160150< pre class ="code ">
161151 postgresql-setup --initdb
162152 systemctl enable postgresql.service
0 commit comments