1. 关闭SELinux的方法:
修改/etc/selinux/config文件中的SELINUX="" 为 disabled ,然后重启。
2.another app is currently holding the yum lock
解决方法:#rm -f /var/run/yum.pid
本文介绍如何通过修改配置文件来关闭SELinux,并提供了解决因其他应用程序占用而导致的YUM锁定问题的方法。
修改/etc/selinux/config文件中的SELINUX="" 为 disabled ,然后重启。
2.another app is currently holding the yum lock
解决方法:#rm -f /var/run/yum.pid

被折叠的 条评论
为什么被折叠?