We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d59ef65 commit 4e3fce6Copy full SHA for 4e3fce6
templates/pages/download/linux/redhat.html
@@ -72,19 +72,19 @@ <h2>PostgreSQL Yum Repository</h2>
72
<h2>Included in Distribution</h2>
73
<p>
74
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:
+PostgreSQL from these repositories, use the <var>dnf</var> command on RHEL 8 and Fedora:
76
</p>
77
78
<code>
79
-yum install postgresql-server
+dnf install postgresql-server
80
</code>
81
82
83
-or <var>dnf</var> command on RHEL 8 and Fedora:
+or <var>yum</var> command on RHEL / CentOS 7:
84
85
86
87
-dnf install postgresql-server
+yum install postgresql-server
88
89
90
0 commit comments