Error note
[CentOS 7] conflicts with file from package ghostscript 에러 해결 방법
로아다
2024. 2. 5. 15:39
728x90
반응형
아래와 같은 에러가 발생한다.
Transaction check error:
file /usr/lib64/libgs.so.9 from install of libgs-9.25-2.el7_7.3.x86_64 conflicts with file from package ghostscript-9.07-28.el7_4.2.x86_64
file /usr/lib64/libijs-0.35.so from install of libgs-9.25-2.el7_7.3.x86_64 conflicts with file from package ghostscript-9.07-28.el7_4.2.x86_64
Error Summary
💡 해결방법
간단하다. 에러에서 확인되는 충돌되는 패키지 삭제만 하면 해결된다.
# yum remove [충돌패키지]
# yum remove ghostscript-9.07-28.el7_4.2.x86_64
[출처]
https://itsyouuu.tistory.com/155
conflicts with file from package ghostscript
** 에러발생 ** # yum install ImageMagick ImageMagick-devel -y Imagick 설치를 위해 위 명령어 진행 시 아래와 같은 에러발생 Transaction check error: file /usr/lib64/libgs.so.9 from install of libgs-9.25-2.el7_7.3.x86_64 conflicts with
itsyouuu.tistory.com
728x90
반응형