linux使用yum时出现“another app is currently holding the yum lock;waiting for it to e”
可以通过强制关掉yum进程:
rm -f /var/run/yum.pid
?
然后就可以使用yum了
发布时间: 2013-07-04 11:45:40 作者: rapoo
linux使用yum时出现“another app is currently holding the yum lock;waiting for it to e”
可以通过强制关掉yum进程:
rm -f /var/run/yum.pid
?
然后就可以使用yum了