linux 博客分类: linux yum yum
程序员文章站
2024-03-02 10:12:40
...
问题描述】CentOs系统中使用yum安装软件,出现如下错误
[root@localhost ~]# yum install gnuradio usrp
Loaded plugins: fastestmirror
Existing lock /var/run/yum.pid: another copy is running as pid 15069.
Another app is currently holding the yum lock; waiting for it to exit...
The other application is: yum-updatesd-he
Memory : 17 M RSS ( 29 MB VSZ)
Started: Wed May 25 20:58:54 2011 - 2:10:35 ago
State : Sleeping, pid: 15069
终止后重新运行问题依然
【解决方案】:
在命令行输入:
#rm -f /var/run/yum.pid /sbin/service
#yum-updatesd restart
重新执行,问题解决
[root@localhost ~]# yum install gnuradio usrp
Loaded plugins: fastestmirror
Existing lock /var/run/yum.pid: another copy is running as pid 15069.
Another app is currently holding the yum lock; waiting for it to exit...
The other application is: yum-updatesd-he
Memory : 17 M RSS ( 29 MB VSZ)
Started: Wed May 25 20:58:54 2011 - 2:10:35 ago
State : Sleeping, pid: 15069
终止后重新运行问题依然
【解决方案】:
在命令行输入:
#rm -f /var/run/yum.pid /sbin/service
#yum-updatesd restart
重新执行,问题解决
推荐阅读
-
Redhat 8.0系统配置命令 博客分类: UNIX/LINUX RedHat配置管理虚拟机Apache
-
Linux 软件包的安装与管理 博客分类: Linux rpmyum源码安装nginx
-
git centos yum 安装 (服务器端 ,客户端) 博客分类: git gitcentosyum服务器端客户端
-
yum源文件 博客分类: Linux yum
-
忘了root用户密码后,修改root密码方法 博客分类: Linux
-
yum常用命令下 博客分类: Linux yum
-
Linux目录名称 博客分类: OperationSystemLinux linuxOS
-
linux服务器上安装jdk的两种方法(yum+下载包)(转载) 博客分类: linux 相关JAVA基础知识 linuxjdkyum
-
查看linux系统版本的方法 博客分类: linux LinuxRedHat
-
Linux 网络配置+防火墙+YUM 博客分类: Linux 防火墙selinuxyum