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

前端之家收集整理的这篇文章主要介绍了yum提示Another app is currently holding the yum lock; waiting for it to exit...前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

现象1:运行yum update

现象2:securcrt登录断掉;

处理:ps aux | grep yum 多个进程


kill -s 9 5160等进程;

原文链接:https://www.f2er.com/bash/390937.html

猜你在找的Bash相关文章