반응형
** 에러발생 **
# 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 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 |
반응형