Make recent RHEL releases more prominent and remove remaining RHEL 6 stuff
authorDevrim Gunduz <[email protected]>
Fri, 27 Dec 2024 17:11:06 +0000 (20:11 +0300)
committerDevrim Gunduz <[email protected]>
Fri, 27 Dec 2024 17:11:06 +0000 (20:11 +0300)
templates/pages/download/linux/redhat.html

index 4bb9c504e0316d7de6492a6365e7c3656de666e4..1de529d95515c3e4c5783c080d3ecf41ddcb8a10 100644 (file)
@@ -72,19 +72,19 @@ To use the PostgreSQL Yum Repository, follow these steps:
 <h2>Included in Distribution</h2>
 <p>
 These distributions all include PostgreSQL by default. To install
-PostgreSQL from these repositories, use the <var>yum</var> command on RHEL 6 and 7:
+PostgreSQL from these repositories, use the <var>dnf</var> command on RHEL 8 and Fedora:
 </p>
 <p>
 <code>
-yum install postgresql-server
+dnf install postgresql-server
 </code>
 </p>
 <p>
-or <var>dnf</var> command on RHEL 8 and Fedora:
+or <var>yum</var> command on RHEL / CentOS 7:
 </p>
 <p>
 <code>
-dnf install postgresql-server
+yum install postgresql-server
 </code>
 </p>
 <p>