yum install을 실행할 때 이러한 오류가 발생합니다... (거의 모든 패키지에 대해)
/etc/yum.repos.d
"examplerepo"는 내가 가리키도록 구성한 내 저장소를 나타냅니다.baseurl=http://vault.centos.org/7.3.1611/os/x86_64/
Error: Package: tigervnc-server-minimal-1.3.1-9.el7.x86_64 (@ftp3)
Requires: libX11.so.6()(64bit)
Removing: libX11-1.6.3-3.el7.x86_64 (@ftp3)
libX11.so.6()(64bit)
Updated By: libX11-1.6.4-3.el6.i686 (examplerepo)
Not found
Error: Package: cairo-1.14.2-1.el7.x86_64 (@ftp3-updates)
Requires: libxcb-shm.so.0()(64bit)
Removing: libxcb-1.11-4.el7.x86_64 (@ftp3-updates)
libxcb-shm.so.0()(64bit)
Updated By: libxcb-1.12-4.el6.i686 (examplerepo)
Not found
Error: Package: 1:totem-3.14.3-6.el7.x86_64 (@ftp3)
Requires: libX11.so.6()(64bit)
Removing: libX11-1.6.3-3.el7.x86_64 (@ftp3)
libX11.so.6()(64bit)
Updated By: libX11-1.6.4-3.el6.i686 (examplerepo)
Not found
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
답변1
답변을 주신 @cutrightjm에게 감사드립니다. URL을 실제로 작동하는 것으로 변경했고 yum clean all + yum check-update로 문제가 해결되었습니다.