亚洲国产第一_开心网五月色综合亚洲_日本一级特黄特色大片免费观看_久久久久久久久久免观看

Hello! 歡迎來到小浪云!


Linux執(zhí)行yum安裝提示Anothe holding the yum lock



Linux執(zhí)行yum安裝提示Another app is currently holding the yum lock; waiting for it to exit.

 

藍(lán)隊(duì)云小課堂:

問題描述:

Linux系統(tǒng)中使用到yum命令報(bào)錯(cuò):

Another app is currently holding the yum lock; waiting for it to exit…   

The other application is: yum     

Memory :  28 M RSS (772 MB VSZ)     

Started: Sat Apr 13 14:11:00 2024 – 02:18 ago     

State  : Sleeping, pid: 29635

解決辦法:

輸入:

rm -f /var/run/yum.pid

然后重新運(yùn)行剛才的yum命令即可

原因:

可能是系統(tǒng)自動(dòng)升級(jí)正在運(yùn)行,yum在鎖定狀態(tài)中,要等待那個(gè)進(jìn)程結(jié)束退出:

看報(bào)錯(cuò)的那一段話:

Another app is currently holding the yum lock; waiting for it to exit…

你可以看一下是否有yum進(jìn)程

ps aux|grep yum

Linux執(zhí)行yum安裝提示Anothe holding the yum lock

相關(guān)閱讀