CentOS 下yum 安装应用时 出现Another app is currently问题

CentOS 下yum 安装应用时 出现Another app is currently holding the yum lock;waiting for it to exit…错误

使用yum安装应用功能时,提示:


[root@localhost user]# yum install gcc 已加载插件:fastestmirror, langpacks /var/run/yum.pid 已被锁定,PID 为 3843 的另一个程序正在运行。 Another app is currently holding the yum lock; waiting for it to exit...   另一个应用程序是:PackageKit
    内存:195 M RSS (671 MB VSZ)
    已启动: Sat Sep 19 23:43:39 2020 - 1:29:51之前
    状态  :睡眠中,进程ID:3843

1.系统正在自动升级中,yum处于锁定状态
2.已有yum进程在运行
**

解决办法:

**

1、使用kill命令杀死进程

[root@localhost user]# kill -s 9 3843
[root@localhost user]# ps aux|grep yum
user       6870  0.0  1.5 900668 29064 ?        Sl   01:00   0:00 gedit /etc/yum.repos.d/CentOS-Base.repo
root       7399  0.0  0.0 112656   988 pts/2    R+   01:21   0:00 grep --color=auto yum

2、若kill无用,使用rm命令强制关掉yum进程

[root@localhost user]# rm -f /var/run/yum.pid

完成以上操作接下来就是yum 安装应用了。

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值