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

转载于:https://blog.51cto.com/13520759/2147487

相关文章:

  • 2021-12-23
  • 2022-12-23
  • 2021-11-10
  • 2022-01-16
  • 2021-12-10
  • 2021-12-19
  • 2022-01-02
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-03-02
  • 2022-12-23
  • 2021-08-01
  • 2022-12-23
相关资源
相似解决方案