码迷,mamicode.com
首页 > 移动开发 > 详细

yum 时候出现Another app is currently holding the yum lock解决方法

时间:2017-06-05 14:00:36      阅读:390      评论:0      收藏:0      [点我收藏+]

标签:yum 时候出现another app is currently holding the yum lock解决方法

在centos系统中,YUM安装软件包,出现如下问题解决方法:

技术分享

 /var/run/yum.pid我打开看了,只是一个数,其他的 可能是系统自动升级正在运行,所以yum被锁定了。 
 可以通过执行
 rm -rf /var/run/yum.pid 
 来强行解除锁定,然后你的yum就可以运行了。

本文出自 “小菜鸟” 博客,请务必保留此出处http://baishuchao.blog.51cto.com/12918589/1932170

yum 时候出现Another app is currently holding the yum lock解决方法

标签:yum 时候出现another app is currently holding the yum lock解决方法

原文地址:http://baishuchao.blog.51cto.com/12918589/1932170

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!