今日分享 · yum错误(1)系统环境:CentOS报错提示:    /var/run/yum.pid 已被锁定,PID 为 **(%d) 的另一个程序正在运行。Another app is currently holding the yum lock; waiting for it to exit...解决方式:rm -f /var/run/yum.pid(PS. 哪里不对删哪里!哈哈哈,开玩笑的!仅适用于该情形)