Linux技巧

推荐列表 站点导航

当前位置:首页 > 服务器技术 > Linux技巧 >

解决yum时出现 /var/run/yum.pid 已被锁定,PID 为 3548 的另一

来源:网络整理  作者:fen  发布时间:2020-12-25 06:34
在CentOS 7.5下使用yum时出现系统处于锁定状态的解决方法。 问题如下: [linuxidc@localhost Linux公社 www.linuxidc.com]$ sudo yu...

在CentOS 7.5下使用yum时出现系统处于锁定状态的解决方法。

问题如下:

[linuxidc@localhost Linux公社 ]$ sudo yum install vlc
[sudo] linuxidc 的密码:
已加载插件:fastestmirror
Repository base is listed more than once in the configuration
Repository updates is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
/var/run/yum.pid 已被锁定,PID 为 3548 的另一个程序正在运行。
Another app is currently holding the yum lock; waiting for it to exit...
  另一个应用程序是:PackageKit
    内存:309 M RSS (1.2 GB VSZ)
    已启动: Sat Feb 23 09:23:51 2019 - 11:18之前
    状态  :睡眠中,进程ID:3548
Another app is currently holding the yum lock; waiting for it to exit...
  另一个应用程序是:PackageKit
    内存:309 M RSS (1.2 GB VSZ)
    已启动: Sat Feb 23 09:23:51 2019 - 11:20之前
    状态  :睡眠中,进程ID:3548
^C

Exiting on user cancel.

原因:

这是因为yum处于锁定状态中

解决方法:

可以通过强制关掉yum进程来解决这个问题,直接在终端运行 rm -f /var/run/yum.pid 将该文件删除,然后再次运行yum即可。

[linuxidc@localhost Linux公社 ]$ sudo rm -f /var/run/yum.pid

第2个方法:

有说:

PackageKit是一个离线更新服务,基本没啥用途,应该永久禁用。

centos7下,打开: /etc/yum/pluginconf.d/langpacks.conf

将第一行:enable=1改为enable=0

重启电脑

然后再执行sudo yum update 就不会被锁定了。

相关热词: 解决

本站内容来源于网络,如有侵权请与我们联系,我们会及时删除,我们深感抱歉!
注:本站所有信息仅供用于网络技术学习参考,学习中请遵循相关法律法规!

本文地址: https://v30.fanwenzhu.com/server/jiqiao/8813.shtml

Copyright © www.juheyunku.com      关于 | 合作 | 声明 | 联系 | 更新 | 地图 | Tags

解决yum时出现 /var/run/yum.pid 已被锁定,PID 为 3548 的另一

2020-12-25 编辑:fen

在CentOS 7.5下使用yum时出现系统处于锁定状态的解决方法。

问题如下:

[linuxidc@localhost Linux公社 ]$ sudo yum install vlc
[sudo] linuxidc 的密码:
已加载插件:fastestmirror
Repository base is listed more than once in the configuration
Repository updates is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
/var/run/yum.pid 已被锁定,PID 为 3548 的另一个程序正在运行。
Another app is currently holding the yum lock; waiting for it to exit...
  另一个应用程序是:PackageKit
    内存:309 M RSS (1.2 GB VSZ)
    已启动: Sat Feb 23 09:23:51 2019 - 11:18之前
    状态  :睡眠中,进程ID:3548
Another app is currently holding the yum lock; waiting for it to exit...
  另一个应用程序是:PackageKit
    内存:309 M RSS (1.2 GB VSZ)
    已启动: Sat Feb 23 09:23:51 2019 - 11:20之前
    状态  :睡眠中,进程ID:3548
^C

Exiting on user cancel.

原因:

这是因为yum处于锁定状态中

解决方法:

可以通过强制关掉yum进程来解决这个问题,直接在终端运行 rm -f /var/run/yum.pid 将该文件删除,然后再次运行yum即可。

[linuxidc@localhost Linux公社 ]$ sudo rm -f /var/run/yum.pid

第2个方法:

有说:

PackageKit是一个离线更新服务,基本没啥用途,应该永久禁用。

centos7下,打开: /etc/yum/pluginconf.d/langpacks.conf

将第一行:enable=1改为enable=0

重启电脑

然后再执行sudo yum update 就不会被锁定了。

本站内容来源于网络,如有侵权请与我们联系,我们会及时删除,我们深感抱歉!
注:本站所有信息仅供学习参考!
本文地址为 https://v30.fanwenzhu.com/server/jiqiao/8813.shtml

相关文章

风云图片

推荐阅读

返回Linux技巧频道首页