Skip to content

Commit 4e3fce6

Browse files
committed
Make recent RHEL releases more prominent and remove remaining RHEL 6 stuff
1 parent d59ef65 commit 4e3fce6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

templates/pages/download/linux/redhat.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,19 @@ <h2>PostgreSQL Yum Repository</h2>
7272
<h2>Included in Distribution</h2>
7373
<p>
7474
These distributions all include PostgreSQL by default. To install
75-
PostgreSQL from these repositories, use the <var>yum</var> command on RHEL 6 and 7:
75+
PostgreSQL from these repositories, use the <var>dnf</var> command on RHEL 8 and Fedora:
7676
</p>
7777
<p>
7878
<code>
79-
yum install postgresql-server
79+
dnf install postgresql-server
8080
</code>
8181
</p>
8282
<p>
83-
or <var>dnf</var> command on RHEL 8 and Fedora:
83+
or <var>yum</var> command on RHEL / CentOS 7:
8484
</p>
8585
<p>
8686
<code>
87-
dnf install postgresql-server
87+
yum install postgresql-server
8888
</code>
8989
</p>
9090
<p>

0 commit comments

Comments
 (0)