Yum安装出现Another app is currently holding the yum lock; waiting for it to exit...

亲测有效!

问题:
原因:有进程占用了yum 所以导致使用不了

解决办法:我们使用kill结束进程即可:

  • kill -9 3374
    //格式: kill -9 加pid

猜你喜欢

转载自blog.csdn.net/qq_43566461/article/details/83649923