安装 配置 YUM 仓库,编辑 /etc/yum.repos.d/Centos-Base.repo 中的 [base] 和 [updates] 部分,在这两部分中添加以下行: exclude=postgresql* 安装 PGDG RPM 文件,在 http://yum.postgresql.org 中查找你需要安装的相应版本的链接,然后运行以下命令安装: yum localinstall https://download.postgresql.org/pub/repos/yum/9.5/redhat/rhel-6-i386/pgdg-centos95-9.5-2.noarch.rpm 安装 Postgresql 列出可用的包: