pgAdmin 4 (RPM)
Download
Maintainer: pgAdmin Development Team
RPMs for various Redhat and derivative distributions are available from the pgAdmin Yum repository. The following platforms are supported:
Platform | Architecture | First supported release | Last supported release |
---|---|---|---|
AlmaLinux/RHEL/Rocky Linux 8 | x86_64 | 4.22 | - |
AlmaLinux/RHEL/Rocky Linux 9 | x86_64 | 6.12 | - |
AlmaLinux/RHEL/Rocky Linux 10 | x86_64 | 9.6 | - |
Fedora 41 | x86_64 | 8.13 | - |
Fedora 42 | x86_64 | 9.3 | - |
IMPORTANT NOTE: Packages for distributions that are no longer supported will be archived to https://pgadmin-archive.postgresql.org/, from where they can be manually downloaded. The archive site cannot be used as a repository!
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
, and then to setup the repository for this set of builds on Fedora run:
sudo rpm -i https://ftp.postgresql.org/pub/pgadmin/pgadmin4/yum/pgadmin4-fedora-repo-2-1.noarch.rpm
or on AlmaLinux, Rocky, Redhat or CentOS, run:
sudo rpm -i https://ftp.postgresql.org/pub/pgadmin/pgadmin4/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-webFinally, 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
To upgrade pgAdmin, run the following command:
# Upgrade for both desktop and web modes. sudo yum upgrade pgadmin4