我常用的yum源如下:

阿里云yum源:http://mirrors.aliyun.com/repo/Centos-7.repo

小红帽yum源:https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

快速添加一个yum源

yum-config-manager --add-repo http://mirrors.aliyun.com/repo/Centos-7.repo

如果提示没有yum-config-manager命令,执行yum -y install yum-utils 安装即可,然后再执行一次上面的命令

相关文章:

  • 2022-01-20
  • 2022-03-04
  • 2021-05-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-03
  • 2022-12-23
猜你喜欢
  • 2022-01-17
  • 2021-08-06
  • 2021-08-29
  • 2021-11-20
  • 2022-12-23
  • 2022-12-23
  • 2022-02-05
相关资源
相似解决方案