问题
Is there already a way to install the pgAdmin IV Beta desktop runtime e.g. with yum? I found the download link for the Python wheel on the official site, but no hint for yum. It seems the desktop runtime is not available yet?
回答1:
pgAdmin 4 is included in the official PostgreSQL yum repository.
Add the RPM corresponding to your distribution and run:
sudo yum install pgadmin4
回答2:
Make sure you have the EPEL and pdgd-9x-centos repos enabled
yum install pgadmin4-v1
来源:https://stackoverflow.com/questions/38174121/install-pgadmin4-with-yum