install pgAdmin4 with yum

耗尽温柔 提交于 2019-12-10 20:17:41

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!