This shared guide is currently available only in Chinese. Use the controls below to select the mirror endpoint and command options.
使用方法
首先按照官网的安装说明,配置 ELRepo:
rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org接着,按照你的系统版本,运行:
yum install https://www.elrepo.org/elrepo-release-10.el10.elrepo.noarch.rpm接下来是换源,建议先备份 /etc/yum.repos.d/elrepo.repo :
sudo cp /etc/yum.repos.d/elrepo.repo /etc/yum.repos.d/elrepo.repo.bak然后编辑 /etc/yum.repos.d/elrepo.repo 文件,在 mirrorlist= 开头的行前面加 # 注释掉;并将 http://elrepo.org/linux 替换为
https://mirrors.zju.edu.cn/elrepo最后,更新软件包缓存
sudo yum makecacheGuide content comes from mirrorz-org/mirrorz-docs@50cb65f78be4 under CC BY-NC-SA 4.0.