您的位置:首页 > 其它

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

2014-11-11 16:37 405 查看
        经常在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

              
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐