#holding

(转)yum提示Another app is currently holding the yum lock; waiting for it to exit...

文章转自yum下载东西突然卡主了,我直接ctrl+c退出,然后再次下载时候出现Anotherappiscurrentlyholdingtheyumlock;waitingforittoexit...解决: 方法一、1)查询进程#psaux|grepyumroot67440.00.0103260900pts/1...
代码星球 ·2021-02-23

yum提示another app is currently holding the yum lock;waiting for it to exit

当使用yuminstall软件时,提示这个错误,应该是当前的yum进程被锁定。处理方法:rm-f/var/run/yum.pid重新yuminstall就ok...
代码星球 ·2020-04-05