Linux - yum 에러 해결방법

안녕하세요? WEBPD.NET 서버운영팀입니다.

이것저것 repogitory를 추가하다 보면 yum이 엉킬때가 발생하게 됩니다.

 

 Error: Package: vlc-0.9.9a-7.el5.rf.x86_64 (rpmforge)

           Requires: libmpeg2.so.0()(64bit)

           Available: libmpeg2-0.5.1-1.el5.rf.x86_64 (rpmforge)

           libmpeg2.so.0()(64bit)

           Available: libmpeg2-0.5.1-2.el5.rf.x86_64 (rpmforge)

           libmpeg2.so.0()(64bit)

           Available: mpeg2dec-0.4.0-8b.el5.rf.x86_64 (rpmforge)

           libmpeg2.so.0()(64bit)

           Available: mpeg2dec-0.4.1-1.el5.rf.x86_64 (rpmforge)

           libmpeg2.so.0()(64bit)

           Available: mpeg2dec-0.4.1-2.el5.rf.x86_64 (rpmforge)

           libmpeg2.so.0()(64bit)

 

Error: Package: vlc-0.9.9a-7.el5.rf.x86_64 (rpmforge)

        Requires: libhighgui.so.1()(64bit)

        Available: opencv-1.0.0-1.el5.rf.x86_64 (rpmforge)

        libhighgui.so.1()(64bit)

        Installed: opencv-2.0.0-9.el6.x86_64 (@base/$releasever)

        Not found

 

 You could try using --skip-broken to work around the problem

 You could try running: rpm -Va --nofiles --nodigest

 

이때는 

 

yum clean all

 

그리고 다시 yum install 패키지 하면된다!

이 답변이 도움이 되었습니까? 0 명의 사용자가 추천했습니다. (0 추천)