首页 > 系统服务 > 详细

Linux Yum中断后解决方案

时间:2014-11-05 02:04:12      阅读:621      评论:0      收藏:0      [点我收藏+]

Linux Yum中断后解决方案

由于使用的是VPN,在运行YUM过程中断,导致后面运行yum出现一些问题。
下面是查到的解决方案For me it looks like you rebooted your computer (or it crashed) while you where in the process of upgrading packages. So new packages where installed, but old packages where not removed.

First look if you have any uncomplete transactions with: 

1.首先查看是否有未完成的事务
yum-complete-transaction

2.查看是否有重复的包
package-cleanup --dupes

3.如果有的话请理这些重复的包
  package-cleanup --cleandupes

Linux Yum中断后解决方案

原文:http://www.blogjava.net/nkjava/archive/2014/11/04/419466.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!