先查询下有没有epel
rpm -qa|grep epel
没有的话到官网https://fedoraproject.org/wiki/EPEL下载rpm包
然后 rpm -ivh 安装
安装完毕后到/etc/yum.repos.d下查看文件
如果有epel.repo就可以了
接下来就是常规的
yum clean all
yum makecache
yum repolist all
更多请参考https://www.cnblogs.com/renpingsheng/p/7845096.html
原文地址:https://www.cnblogs.com/tele-share/p/9917591.html
时间: 2024-10-08 11:53:59