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
728x90
반응형