运行yum,提示:Another app is currently holding the yum lock; waiting for it to exit

解决:解除锁定:

#rm -f /var/run/yum.pid

OK了