CentOs에 pgAdmin4 설치 - 충돌 문제

CentOs에 pgAdmin4 설치 - 충돌 문제

저는 구성 및 서버와 관련된 모든 것에 관한 초보자입니다. 하지만 내 서버에 postgresql과 pgAdmin4를 설치하고 싶습니다.

그래서 postgresql 설치는 아무 문제 없이 잘 진행되었습니다. 하지만 불행히도 pgAdmin을 설치하는 동안 문제가 발생했습니다.

처음부터 두 단계를 수행했습니다. 그래서:

  1. yum -y install https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm
  2. yum -y install pgadmin4

첫 번째 명령이 제대로 작동합니다. 그러나 두 번째 오류는 다음과 같습니다.


Transaction check error:
  file /usr/lib64/libpq.so.5 from install of libpq5-13.0-10PGDG.rhel7.x86_64 conflicts with file from package postgresql-libs-9.2.24-4.el7_8.x86_64

Error Summary
-------------

내 RepoList가 있습니다

repo id               repo name                                           status
base/7/x86_64         CentOS-7 - Base                                     10072
epel/x86_64           Extra Packages for Enterprise Linux 7 - x86_64      13486
extras/7/x86_64       CentOS-7 - Extras                                     448
pgdg-common/7/x86_64  PostgreSQL common RPMs for RHEL/CentOS 7 - x86_64     372
pgdg10/7/x86_64       PostgreSQL 10 for RHEL/CentOS 7 - x86_64              816
pgdg11/7/x86_64       PostgreSQL 11 for RHEL/CentOS 7 - x86_64              872
pgdg12/7/x86_64       PostgreSQL 12 for RHEL/CentOS 7 - x86_64              448
pgdg13/7/x86_64       PostgreSQL 13 for RHEL/CentOS 7 - x86_64              172
pgdg95/7/x86_64       PostgreSQL 9.5 for RHEL/CentOS 7 - x86_64             726
pgdg96/7/x86_64       PostgreSQL 9.6 for RHEL/CentOS 7 - x86_64             784
updates/7/x86_64      CentOS-7 - Updates                                    778

도와 주셔서 정말 감사합니다!

관련 정보