2017年搞个centos 5的repo不容易呀

前端之家收集整理的这篇文章主要介绍了2017年搞个centos 5的repo不容易呀前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
  1. [C5.7-base]
  2. name=CentOS-5.7 - Base
  3. baseurl=http://vault.centos.org/5.7/os/$basearch/
  4. gpgcheck=1
  5. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
  6. enabled=1
  7.  
  8. [epel]
  9. name=CentOS-$releasever - Contrib
  10. baseurl=http://archives.fedoraproject.org/pub/archive/epel/5Server/i386/
  11. gpgcheck=1
  12. enabled=1
  13. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

猜你在找的CentOS相关文章