执行yum 命令时,提示
Another app is currently holding the yum lock; waiting for it to exit.
解决方法
rm -rf /var/run/yum.pid 来强行解除锁定,然后你的yum就可以运行了