postgresql 用 yum 安装 pgAdmin4
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/38174121/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
install pgAdmin4 with yum
提问by Rainer
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?
是否已经有一种方法可以安装 pgAdmin IV Beta 桌面运行时,例如使用 yum?我在官方网站上找到了 Python 轮子的下载链接,但没有提示 yum。桌面运行时似乎还不可用?
回答by Victor
pgAdmin 4 is included in the official PostgreSQL yum repository.
pgAdmin 4 包含在官方PostgreSQL yum 存储库中。
Add the RPM corresponding to your distributionand run:
sudo yum install pgadmin4
回答by Grindlay
Make sure you have the EPEL and pdgd-9x-centos repos enabled
确保您启用了 EPEL 和 pdgd-9x-centos 存储库
yum install pgadmin4-v1
yum 安装 pgadmin4-v1