Skip to content

Commit

Permalink
Make recent RHEL releases more prominent and remove remaining RHEL 6 …
Browse files Browse the repository at this point in the history
…stuff
  • Loading branch information
devrimgunduz committed Dec 27, 2024
1 parent d59ef65 commit 4e3fce6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/pages/download/linux/redhat.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,19 @@ <h2>PostgreSQL Yum Repository</h2>
<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>
Expand Down

0 comments on commit 4e3fce6

Please sign in to comment.