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

        经常在yum update的时候遇到类似与这样的问题:

                     Error: Package:  *****************************

                                 Requires: ******************************

                                 Removing:  xxxxxxxxxxx.x86_64   (@rpmforge)   ****** 

                                 Updated By:   *******-*****-***********    Not find                                             

                          You could try using --skip-broken to work around the problem
                          You could try running: rpm -Va --nofiles --nodigest

                       如:

                   

         解决办法:

                      将xxxxxxx-xxxxx-xxxx.x86_64卸载掉: yum remove xxxxx-xxxxx-xxxxxxx.x86_64

                      然后就可以yum update了!

                      应该是xxxxxxx-xxxxx-xxxxxxx.x86_64的epel更新源找不到,导致整个yum update不能用。

                      如果需要的话再将卸载掉的xxxxxx(去掉版本号等部分(-xxxxx-xxxxxxx),重新索源安装,尽量避免再次导致同源找不到的问题)重新安装: yum install xxxxxx

              

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章