今天重新为我的Linux系统安装mysql,使用yum时报错:(其实也不算报错)一直在循环提示:
Another app is currently holding the yum lock; waiting for it to exit... Another app is currently holding the yum lock; waiting for it to exit... Another app is currently holding the yum lock; waiting for it to exit...
译:另一个应用程序目前持有yum锁; 等着它退出…
遇到此类情况,我们可以使用如下命令强制关闭yum进程:
rm -f /var/run/yum.pid
然后就可以继续使用啦~
找错小技巧,其实报错信息都在所提示的英文中,耐心解读翻译,问题迎刃而解。
如有错误,欢迎指正
Thanks


![Linux [Error]使用 yum 安装计划任务功能报错Another app is currently holding the yum lock; waiting for it to exit. Linux [Error]使用 yum 安装计划任务功能报错Another app is currently holding the yum lock; waiting for it to exit.](http://www.mshxw.com/aiimages/31/511847.png)
