加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Linux > 正文

yum运行时提示被锁住了解决办法

发布时间:2020-12-13 22:18:14 所属栏目:Linux 来源:网络整理
导读:1、当大家用linux的yum时,是不是经常会遇到下面的情况 Loaded plugins: fastestmirror Existing lock /var/run/yum.pid: another copy is running as pid 3404. Another app is currently holding the yum lock; waiting for it to exit... The other appli

1、当大家用linux的yum时,是不是经常会遇到下面的情况
Loaded plugins: fastestmirror
Existing lock /var/run/yum.pid: another copy is running as pid 3404.
Another app is currently holding the yum lock; waiting for it to exit...
The other application is: yum
Memory : 41 M RSS (253 MB VSZ)
Started: Wed Apr 11 07:03:37 2012 - 00:25 ago
State : Sleeping,pid: 3404
没关系,两条语句就可以搞定它。

2、[root@centos5 ~]# rm -r /var/run/yum.pid
rm:是否删除 一般文件 “/var/run/yum.pid”? y
[root@centos5 ~]# /sbin/service yum-updatesd restart
停止 yum-updatesd: [确定]
启动 yum-updatesd: [确定]


3、[root@centos5 ~]# yum install gcc*

搞定!!!

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读