mm111222 发表于 2019-2-16 09:40:03

centos6更换yum源和epel源

  epel是yum的一个软件用源,包含了很多基本源中没有的软件,cobbler就属于基本源中没有的软件,所以需要安装epel源。
  yum源:
  wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
  epel源:
  wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-6.repo

页: [1]
查看完整版本: centos6更换yum源和epel源