使用yum时出现系统处于锁定状态的解决方法
在使用yum更新完一个软件后,接着再次使用yum更新软件时,会发现系统报错“Another app is currently holding the yum lock; waiting for it to exit…”
这是因为yum处于锁定状态中,可以通过强制关掉yum进程来解决这个问题:
rm -f /var/run/yum.pid
在使用yum更新完一个软件后,接着再次使用yum更新软件时,会发现系统报错“Another app is currently holding the yum lock; waiting for it to exit…”
这是因为yum处于锁定状态中,可以通过强制关掉yum进程来解决这个问题:
rm -f /var/run/yum.pid