摘要:
another app is currently holding the yum lock;waiting for it to exit...用yum时,出现以下情况:another app is currently holding the yum lock;waiting for it to exit...可以通过强制关掉yum进程:kill无效。强制删除pid文件。#rm -f /var/run/yum.pid然后就可以使用yum了。 阅读全文
摘要:
因为centos装完没有安装gcc,之前手动装完升级失败,于是昨天重装了centos 6.4 i686的,内核是2.6的。centos的官方源极难用。于是先换个源再安装其他东西。以下是163的源安装说明。http://mirrors.163.com/.help/centos.html使用说明首先备份/etc/yum.repos.d/CentOS-Base.repo mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup下载对应版本repo文件, 放入/etc/yum.repos.d/(操作... 阅读全文