September 24, 2026: PostgreSQL 19 Beta 4 Released!

File Browser

Top → pgadmin → pgadmin4 → snapshots → 2026-09-23 → yum

Directories

[Parent Directory] [Parent Directory]
redhat redhat
fedora fedora

Files

README README2026-09-23 10:37:021.2 KB
pgadmin4-fedora-repo-2-1.noarch.rpm pgadmin4-fedora-repo-2-1.noarch.rpm2026-09-23 10:36:0710.3 KB
pgadmin4-redhat-repo-2-1.noarch.rpm pgadmin4-redhat-repo-2-1.noarch.rpm2026-09-23 10:36:0710.3 KB

README File

pgAdmin 4: YUM repository

Supported platforms:

+-----------+--------------+
| Platform  | Architecture |
+-----------+--------------+
| fedora-43 |    x86_64    |
| fedora-44 |    x86_64    |
|   rhel-9  |    x86_64    |
|  rhel-10  |    x86_64    |
+-----------+--------------+

To use this repository, first uninstall any pgAdmin repo packages that you may 
already have installed, for example; 'sudo rpm -e pgadmin4-fedora-repo' or 
'sudo rpm -e pgadmin4-redhat-repo'. 

Then to setup the repository for this set of builds on Fedora run:

sudo rpm -i https://ftp.postgresql.org/pub/pgadmin/pgadmin4/snapshots/2026-09-23/yum/pgadmin4-fedora-repo-2-1.noarch.rpm

On AlmaLinux, RHEL, or Rocky, run:

sudo rpm -i https://ftp.postgresql.org/pub/pgadmin/pgadmin4/snapshots/2026-09-23/yum/pgadmin4-redhat-repo-2-1.noarch.rpm

To install pgAdmin, run one of the following commands:

# Install for both desktop and web modes.
sudo yum install pgadmin4

# Install for desktop mode only.
sudo yum install pgadmin4-desktop

# Install for web mode only. 
sudo yum install pgadmin4-web 

Finally, if you have installed pgadmin4 or pgadmin4-web, run the web setup 
script to configure the system to run in web mode:

sudo /usr/pgadmin4/bin/setup-web.sh