Test commit
authorDevrim Gunduz <[email protected]>
Tue, 2 Dec 2025 23:02:19 +0000 (02:02 +0300)
committerDevrim Gunduz <[email protected]>
Tue, 2 Dec 2025 23:02:19 +0000 (02:02 +0300)
templates/pages/repopackages2.html [new file with mode: 0644]

diff --git a/templates/pages/repopackages2.html b/templates/pages/repopackages2.html
new file mode 100644 (file)
index 0000000..a3457f9
--- /dev/null
@@ -0,0 +1,397 @@
+</section>
+{%extends "base.html" %}
+{%block title%}Repo RPMs{%endblock%}
+{%block maincontent%}
+
+<h1>Repository RPMs</h1>
+<p>
+<ul>
+       <li><a href="#finddistro">Finding out which OS/architecture you are using</a></li>
+       <li><a href="#3rdpartyrepos">3rd party repositories</a></li>
+       <li><a href="#availablereporpms">Available repo RPMs</a></li>
+       <li><a href="#nonfreereporpms">Non-Free repo RPMs</a></li>
+       <li><a href="#archivedrepos">Archived repositories (EOLed PostgreSQL releases or EOLed distros)</a></li>
+</ul>
+</p>
+
+<section id="finddistro"/>
+<h2>Finding out which OS/architecture you are using</h2>
+<p>
+    If you do not know which OS/arch you are using, click
+    <a href="/findingdistro/">here to find your OS/architecture</a>.
+</p>
+</section>
+
+<section id="3rdpartyrepos"/>
+<h2>3rd party repositories</h2>
+<p class="pgyum-bold">
+    Please note that PostgreSQL YUM repository depends some extra repositories. Please refer to the 
+    <a href="https://yum.postgresql.org/howto/#3rdpartyrepos">Yum Howto</a> page for details before installing PGDG
+    repository RPM.
+</p>
+</section>
+
+<section id="availablereporpms"/>
+<h2>Available Repo RPMs</h2>
+<p class="pgyum-bold pgyum-warning">
+    There is only one repository RPM per distro which
+    includes repository information for all available PostgreSQL releases.
+</p>
+
+<a name="pgr   edhat"/>
+
+<table class="table">
+    <thead>
+       <tr class="thead-light">
+            <th width="50%">OS/version</th>
+            <th width="15%">arch</th>
+            <th width="35%">Repo RPM</th>
+        </tr>
+    </thead>
+
+    <tbody>
+
+       <tr>
+               <td>Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 10 (latest)</td>
+               <td>x86_64</td>
+               <td><a href="https://download.postgresql.org/pub/repos/yum/reporpms/EL-10-x86_64/pgdg-redhat-repo-latest.noarch.rpm">Repo RPM</a></td>
+        </tr>
+       <tr>
+               <td>Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 10 (latest)</td>
+               <td>aarch64(arm64)</td>
+               <td><a href="https://download.postgresql.org/pub/repos/yum/reporpms/EL-10-aarch64/pgdg-redhat-repo-latest.noarch.rpm">Repo RPM</a></td>
+        </tr>
+       <tr>
+               <td>Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 10 (latest)</td>
+               <td>ppc64le</td>
+               <td><a href="https://download.postgresql.org/pub/repos/yum/reporpms/EL-10-ppc64le/pgdg-redhat-repo-latest.noarch.rpm">Repo RPM</a></td>
+        </tr>
+       </tbody>
+</table>
+<table>
+       <tbody>
+       <tr>
+            <td>Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 9 (latest)</td>
+            <td>x86_64</td>
+            <td><a href="https://download.postgresql.org/pub/repos/yum/reporpms/EL-9-x86_64/pgdg-redhat-repo-latest.noarch.rpm">Repo RPM</a></td>
+       </tr>
+       <tr>
+           <td>Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 9 (latest)</td>
+           <td>aarch64(arm64)</td>
+           <td><a href="https://download.postgresql.org/pub/repos/yum/reporpms/EL-9-aarch64/pgdg-redhat-repo-latest.noarch.rpm">Repo RPM</a></td>
+        </tr>
+       <tr>
+           <td>Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 9 (latest)</td>
+           <td>ppc64le</td>
+           <td><a href="https://download.postgresql.org/pub/repos/yum/reporpms/EL-9-ppc64le/pgdg-redhat-repo-latest.noarch.rpm">Repo RPM</a></td>
+        </tr>
+
+
+       <tr>
+            <td>Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 10.1 (only)</td>
+            <td>x86_64</td>
+            <td><a href="https://download.postgresql.org/pub/repos/yum/reporpms/EL-10.1-x86_64/pgdg-redhat-repo-EL-10.1-latest.noarch.rpm">Repo RPM</a></td>
+        </tr>
+       <tr>
+            <td>Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 10.1 (only)</td>
+            <td>aarch64(arm64)</td>
+            <td><a href="https://download.postgresql.org/pub/repos/yum/reporpms/EL-10.1-aarch64/pgdg-redhat-repo-EL-10.1-latest.noarch.rpm">Repo RPM</a></td>
+        </tr>
+       <tr>
+            <td>Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 10.1 (only)</td>
+            <td>ppc64le</td>
+            <td><a href="https://download.postgresql.org/pub/repos/yum/reporpms/EL-10.1-ppc64le/pgdg-redhat-repo-EL-10.1-latest.noarch.rpm">Repo RPM</a></td>
+        </tr>
+
+       <tr>
+            <td>Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 10.0 (only)</td>
+            <td>x86_64</td>
+            <td><a href="https://download.postgresql.org/pub/repos/yum/reporpms/EL-10.0-x86_64/pgdg-redhat-repo-EL-10.0-latest.noarch.rpm">Repo RPM</a></td>
+       </tr>
+       <tr>
+           <td>Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 10.0 (only)</td>
+            <td>aarch64(arm64)</td>
+            <td><a href="https://download.postgresql.org/pub/repos/yum/reporpms/EL-10.0-aarch64/pgdg-redhat-repo-EL-10.0-latest.noarch.rpm">Repo RPM</a></td>
+        </tr>
+       <tr>
+            <td>Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 10.0 (only)</td>
+            <td>ppc64le</td>
+            <td class="pgyum-warning">Not available</td>
+        </tr>
+
+       <tr>
+            <td>Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 9.7 (only)</td>
+            <td>x86_64</td>
+            <td><a href="https://download.postgresql.org/pub/repos/yum/reporpms/EL-9.7-x86_64/pgdg-redhat-repo-EL-9.7-latest.noarch.rpm">Repo RPM</a></td>
+       </tr>
+       <tr>
+           <td>Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 9.7 (only)</td>
+            <td>aarch64(arm64)</td>
+            <td><a href="https://download.postgresql.org/pub/repos/yum/reporpms/EL-9.7-aarch64/pgdg-redhat-repo-EL-9.7-latest.noarch.rpm">Repo RPM</a></td>
+        </tr>
+       <tr>
+            <td>Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 9.7 (only)</td>
+            <td>ppc64le</td>
+            <td class="pgyum-warning">Not available</td>
+        </tr>
+
+
+       <tr>
+            <td>Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 9.6 (only)</td>
+            <td>x86_64</td>
+            <td><a href="https://download.postgresql.org/pub/repos/yum/reporpms/EL-9.6-x86_64/pgdg-redhat-repo-EL-9.6-latest.noarch.rpm">Repo RPM</a></td>
+       </tr>
+       <tr>
+           <td>Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 9.6 (only)</td>
+            <td>aarch64(arm64)</td>
+            <td><a href="https://download.postgresql.org/pub/repos/yum/reporpms/EL-9.6-aarch64/pgdg-redhat-repo-EL-9.6-latest.noarch.rpm">Repo RPM</a></td>
+        </tr>
+       <tr>
+            <td>Red Hat Enterprise Linux / Rocky Linux / AlmaLinux 9.7 (only)</td>
+            <td>ppc64le</td>
+            <td><a href="https://download.postgresql.org/pub/repos/yum/reporpms/EL-9.6-ppc64le/pgdg-redhat-repo-EL-9.6-latest.noarch.rpm">Repo RPM</a></td>
+        </tr>
+
+
+    </tbody>
+</table>
+
+
+<a name="pgfedora"/>
+<ul>
+       <li><a href="https://download.postgresql.org/pub/repos/yum/reporpms/F-43-x86_64/pgdg-fedora-repo-latest.noarch.rpm">Fedora 43 - x86_64</a></li>
+       <li><a href="https://download.postgresql.org/pub/repos/yum/reporpms/F-42-x86_64/pgdg-fedora-repo-latest.noarch.rpm">Fedora 42 - x86_64</a></li>
+       <li><a href="https://download.postgresql.org/pub/repos/yum/reporpms/F-41-x86_64/pgdg-fedora-repo-latest.noarch.rpm">Fedora 41 - x86_64</a></li>
+</ul>
+
+<h2>EOLed distros</h2>
+<ul>
+       <li><a href="https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm">Red Hat Enterprise Linux 7 - x86_64</a> <b><a href="/news/rhel7-end-of-life">(EOL announcement)</a></b></li>
+       <li><a href="https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm">Scientific Linux 7 - x86_64</a> <b><a href="/news/rhel7-end-of-life">(EOL announcement)</a></b></li>
+       <li><a href="https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm">CentOS 7 - x86_64</a> <b><a href="/news/rhel7-end-of-life">(EOL announcement)</a></b></li>
+</ul>
+<ul>
+       <li><a href="https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-aarch64/pgdg-redhat-repo-latest.noarch.rpm">Red Hat Enterprise Linux 7 - aarch64(arm64)</a> <b><a href="/news/rhel7-end-of-life">(EOL announcement)</a></b></li>
+       <li><a href="https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-aarch64/pgdg-redhat-repo-latest.noarch.rpm">CentOS 7 - aarch64(arm64)</a> <b><a href="/news/rhel7-end-of-life">(EOL announcement)</a></b></li>
+</ul>
+<ul>
+       <li><a href="https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-ppc64le/pgdg-redhat-repo-latest.noarch.rpm">Red Hat Enterprise Linux 7 - ppc64le</a> <b><a href="/news/rhel7-end-of-life">(EOL announcement)</a></b></li>
+       <li><a href="https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-ppc64le/pgdg-redhat-repo-latest.noarch.rpm">CentOS 7 - ppc64le</a> <b><a href="/news/rhel7-end-of-life">(EOL announcement)</a></b></li>
+</ul>
+
+<ul>
+       <li><a href="https://download.postgresql.org/pub/repos/yum/reporpms/EL-6-x86_64/pgdg-redhat-repo-latest.noarch.rpm">Red Hat Enterprise Linux 6 - x86_64</a><span class="pgyum-warning"> ( OS is EOLed) </span></li>
+       <li><a href="https://download.postgresql.org/pub/repos/yum/reporpms/EL-6-i386/pgdg-redhat-repo-latest.noarch.rpm">Red Hat Enterprise Linux 6 - i386</a><span class="pgyum-warning"> ( OS is EOLed) </span</li>
+       <li><a href="https://download.postgresql.org/pub/repos/yum/reporpms/EL-6-x86_64/pgdg-redhat-repo-latest.noarch.rpm">CentOS 6 - x86_64</a><span class="pgyum-warning"> ( OS is EOLed) </span</li>
+       <li><a href="https://download.postgresql.org/pub/repos/yum/reporpms/EL-6-i386/pgdg-redhat-repo-latest.noarch.rpm">CentOS 6 - i386</a><span class="pgyum-warning"> ( OS is EOLed) </span</li>
+       <li><a href="https://download.postgresql.org/pub/repos/yum/reporpms/EL-6-x86_64/pgdg-redhat-repo-latest.noarch.rpm">Scientific Linux 6 - x86_64</a><span class="pgyum-warning"> ( OS is EOLed) </span</li>
+</ul>
+
+<section id="nonfreereporpms"/>
+<a name="pgredhatnonfree"/>
+<h2 class="pgyum-bold pgyum-warning">NonFree Repository</h2>
+<p>This repo includes packages that cannot be included in the main repo because of licensing issues.</p>
+<ul>
+       <li><a href="https://download.postgresql.org/pub/repos/yum/reporpms/non-free/EL-10-x86_64/pgdg-redhat-nonfree-repo-latest.noarch.rpm">Red Hat Enterprise Linux 10 - x86_64 NonFree</a></li>
+       <li><a href="https://download.postgresql.org/pub/repos/yum/reporpms/non-free/EL-10-x86_64/pgdg-redhat-nonfree-repo-latest.noarch.rpm">AlmaLinux 10 - x86_64 NonFree</a></li>
+</ul>
+<ul>
+       <li><a href="https://download.postgresql.org/pub/repos/yum/reporpms/non-free/EL-9-x86_64/pgdg-redhat-nonfree-repo-latest.noarch.rpm">Red Hat Enterprise Linux 9 - x86_64 NonFree</a></li>
+       <li><a href="https://download.postgresql.org/pub/repos/yum/reporpms/non-free/EL-9-x86_64/pgdg-redhat-nonfree-repo-latest.noarch.rpm">Rocky Linux 9 - x86_64 - NonFree</a></li>
+       <li><a href="https://download.postgresql.org/pub/repos/yum/reporpms/non-free/EL-9-x86_64/pgdg-redhat-nonfree-repo-latest.noarch.rpm">AlmaLinux 9 - x86_64 - NonFree</a></li>
+</ul>
+<ul>
+       <li><a href="https://download.postgresql.org/pub/repos/yum/reporpms/non-free/EL-8-x86_64/pgdg-redhat-nonfree-repo-latest.noarch.rpm">Red Hat Enterprise Linux 8 - x86_64 NonFree</a></li>
+       <li><a href="https://download.postgresql.org/pub/repos/yum/reporpms/non-free/EL-8-x86_64/pgdg-redhat-nonfree-repo-latest.noarch.rpm">Rocky Linux 8 - x86_64 - NonFree</a></li>
+       <li><a href="https://download.postgresql.org/pub/repos/yum/reporpms/non-free/EL-8-x86_64/pgdg-redhat-nonfree-repo-latest.noarch.rpm">AlmaLinux 8 - x86_64 - NonFree</a></li>
+</ul>
+<ul>
+       <li><a href="https://download.postgresql.org/pub/repos/yum/reporpms/non-free/EL-7-x86_64/pgdg-redhat-nonfree-repo-latest.noarch.rpm">Red Hat Enterprise Linux 7 - x86_64 - NonFree</a> <b><a href="/news/rhel7-end-of-life">(EOL announcement)</a></b></li>
+       <li><a href="https://download.postgresql.org/pub/repos/yum/reporpms/non-free/EL-7-x86_64/pgdg-redhat-nonfree-repo-latest.noarch.rpm">CentOS 7 - x86_64 - NonFree</a> <b><a href="/news/rhel7-end-of-life">(EOL announcement)</a></b></li>
+</ul>
+</section>
+
+<section id="archivedrepos"/>
+<h2 class="pgyum-bold pgyum-warning">Archived repositories</h2>
+<p><b>Unsupported</b> PostgreSQL releases are archived to PostgreSQL YUM archive repo. In order to use this repo, you need to create special repo config files  as described below.</p>
+<p><b>Disclaimer: PGDG does not have any responsibility for the unsupported PostgreSQL and/or OS versions.</b></p>
+<p><em>The RHEL packages work for the corresponding versions on Rocky Linux, AlmaLinux, CentOS and Scientific Linux as well.</em></p>
+
+<table class="table">
+    <thead>
+       <tr class="thead-light">
+            <th width="34%">Archived PostgreSQL versions</th>
+            <th width="66%">OS/Arch</th>
+        </tr>
+    </thead>
+
+    <tbody>
+       <tr>
+            <td class="pgyum-available">17</td>
+            <td>Fedora 40 - x86_64</td>
+        </tr>
+       <tr>
+            <td class="pgyum-available">16</td>
+            <td>Fedora 40, Fedora 39 - x86_64, Fedora 38 - x86_64</td>
+        </tr>
+       <tr>
+            <td class="pgyum-available">15</td>
+            <td>Fedora 40, Fedora 39 - x86_64, Fedora 38 - x86_64</td>
+        </tr>
+       <tr>
+            <td class="pgyum-available">14</td>
+            <td>Fedora 40, Fedora 39 - x86_64, Fedora 38 - x86_64</td>
+        </tr>
+       <tr>
+            <td class="pgyum-available">13</td>
+            <td>Fedora 40, Fedora 39 - x86_64, Fedora 38 - x86_64</td>
+        </tr>
+       <tr>
+            <td class="pgyum-available">12</td>
+            <td>Fedora 40, Fedora 39 - x86_64, Fedora 38 - x86_64</td>
+        </tr>
+       <tr>
+            <td class="pgyum-available">11</td>
+            <td>RHEL 9 - x86_64, RHEL 9 - aarch64, RHEL 8 - x86_64, RHEL 8 - aarch64, RHEL 8 - ppc64le, RHEL 7 - x86_64, RHEL 7 - aarch64, RHEL 7 - ppc64le, RHEL 6 - x86_64, RHEL 6 - i386, Fedora 39 - x86_64, Fedora 38 - x86_64</td>
+        </tr>
+       <tr>
+            <td class="pgyum-available">10</td>
+            <td>RHEL 9-x86_64, RHEL 8 - x86_64, RHEL 8-ppc64le, RHEL 7 - x86_64, RHEL 7 - ppc64le, RHEL 6 - x86_64, RHEL 6 - i386</td>
+        </tr>
+
+       <tr>
+            <td class="pgyum-available">9.6</td>
+            <td>RHEL 8 - x86_64, RHEL 7 - x86_64, RHEL 7 - ppc64le, RHEL 6 - x86_64, RHEL 6 - i386</td>
+        </tr>
+
+       <tr>
+            <td class="pgyum-available">9.5</td>
+            <td>RHEL 8 - x86_64, RHEL 7 - x86_64, RHEL 7 - ppc64le, RHEL 6 - x86_64, RHEL 6 - i386, RHEL 5 - x86_64, RHEL 5 - i386</td>
+        </tr>
+
+       <tr>
+            <td class="pgyum-available">9.4</td>
+            <td>RHEL 8 - x86_64, RHEL 7 - x86_64, RHEL 6 - x86_64, RHEL 6 - i386, RHEL 5 - x86_64, RHEL 5 - i386</td>
+        </tr>
+
+       <tr>
+            <td class="pgyum-available">9.3</td>
+            <td>RHEL 7 - x86_64, RHEL 6 - x86_64, RHEL 6 - i386, RHEL 5 - x86_64, RHEL 5 - i386</td>
+        </tr>
+
+       <tr>
+            <td class="pgyum-available">9.2</td>
+            <td>RHEL 7 - x86_64, RHEL 6 - x86_64, RHEL 6 - i386, RHEL 5 - x86_64, RHEL 5 - i386</td>
+        </tr>
+
+       <tr>
+            <td class="pgyum-available">9.1</td>
+            <td>RHEL 6 - x86_64, RHEL 6 - i386, RHEL 5 - x86_64, RHEL 5 - i386, RHEL 4 - x86_64, RHEL 4 - i386</td>
+        </tr>
+
+       <tr>
+            <td class="pgyum-available">9.0</td>
+            <td>RHEL 6 - x86_64, RHEL 6 - i386, RHEL 5 - x86_64, RHEL 5 - i386, RHEL 4 - x86_64, RHEL 4 - i386</td>
+        </tr>
+
+       <tr>
+            <td class="pgyum-available">8.4</td>
+            <td>RHEL 6 - x86_64, RHEL 6 - i386, RHEL 5 - x86_64, RHEL 5 - i386, RHEL 4 - x86_64, RHEL 4 - i386</td>
+        </tr>
+
+       <tr>
+            <td class="pgyum-available">8.3</td>
+            <td>RHEL 5 - x86_64, RHEL 5 - i386, RHEL 4 - x86_64, RHEL 4 - i386, RHEL 3 - x86_64, RHEL 3 - i386</td>
+        </tr>
+
+       <tr>
+            <td class="pgyum-available">8.2</td>
+            <td>RHEL 5 - x86_64, RHEL 5 - i386, RHEL 4 - x86_64, RHEL 4 - i386, RHEL 3 - x86_64, RHEL 3 - i386</td>
+        </tr>
+
+       <tr>
+            <td class="pgyum-available">8.1</td>
+            <td>RHEL 5 - x86_64, RHEL 5 - i386, RHEL 4 - x86_64, RHEL 4 - i386</td>
+        </tr>
+
+       <tr>
+            <td class="pgyum-available">8.0</td>
+            <td>RHEL 5 - x86_64, RHEL 5 - i386, RHEL 4 - x86_64, RHEL 4 - i386, RHEL 3 - x86_64, RHEL 3 - i386</td>
+        </tr>
+
+       <tr>
+            <td class="pgyum-available">7.4</td>
+            <td>RHEL 5 - x86_64, RHEL 5 - i386, RHEL 4 - x86_64, RHEL 4 - i386, RHEL 3 - x86_64, RHEL 3 - i386</td>
+        </tr>
+
+       <tr>
+            <td class="pgyum-available">7.3</td>
+            <td>RHEL 5 - x86_64, RHEL 5 - i386, RHEL 4 - x86_64, RHEL 4 - i386, RHEL 3 - x86_64, RHEL 3 - i386</td>
+        </tr>
+
+    </tbody>
+</table>
+
+<p>
+       If you do not have our GPG keys already, you can <a href="https://yum.postgresql.org/keys/" target="_blank">download them from here.</a>
+       You can either use the full URL or the path in the gpgkey section of the repo files. Please note that packages v10 and below use the old
+       signing keys. See examples below.
+</p>
+
+<p class="pgyum-bold">Below is an example to install PostgreSQL 11 on RHEL/Rocky Linux/AlmaLinux 8 with gpgkey as a URL:</p>
+
+       <p>
+       <code>cat << EOF > /etc/yum.repos.d/pgdg-11.repo</br>
+               [pgdg11-archive]<br>
+               name=PostgreSQL 11 RPMs for RHEL/Rocky Linux/AlmaLinux 8</br>
+               baseurl=https://yum-archive.postgresql.org/11/redhat/rhel-8-x86_64</br>
+               enabled=1</br>
+               gpgcheck=1</br>
+               gpgkey=https://yum.postgresql.org/keys/PGDG-RPM-GPG-KEY-RHEL</br>
+               EOF</br>
+       </code>
+       </p>
+
+<p> Now, you can install PostgreSQL 11 on RHEL/Rocky Linux/AlmaLinux 8:<p>
+<p><code>yum install postgresql11-server</code></p>
+
+<hr>
+
+<p class="pgyum-bold">We also support older versions of Fedora:</p>
+
+       <p>
+       <code>cat << EOF > /etc/yum.repos.d/pgdg-11.repo</br>
+               [pgdg11-archive]<br>
+               name=PostgreSQL 11 RPMs for RHEL/Rocky Fedora 38</br>
+               baseurl=https://yum-archive.postgresql.org/11/fedora/fedora-38-x86_64</br>
+               enabled=1</br>
+               gpgcheck=1</br>
+               gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-Fedora</br>
+               EOF</br>
+       </code>
+       </p>
+
+<p> Now, you can install PostgreSQL 11 on Fedora 38:<p>
+<p><code>yum install postgresql11-server</code></p>
+
+<hr>
+
+<p class="pgyum-bold">Below is another example to install PostgreSQL 9.6 on RHEL/CentOS 7:</p>
+
+       <p>
+       <code>cat << EOF > /etc/yum.repos.d/pgdg-96.repo</br>
+               [pgdg96-archive]<br>
+               name=PostgreSQL 9.6 RPMs for RHEL/CentOS 7</br>
+               baseurl=https://yum-archive.postgresql.org/9.6/redhat/rhel-7-x86_64</br>
+               enabled=1</br>
+               gpgcheck=1</br>
+               gpgkey=https://yum.postgresql.org/keys/RPM-GPG-KEY-PGDG</br>
+               EOF</br>
+       </code>
+       </p>
+
+<p> Now, you can install PostgreSQL 9.6 on RHEL/CentOS 7:<p>
+<p><code>yum install postgresql96-server</code></p>
+</section>
+
+{%endblock%}