centos下搭建yum服务器

服务器端:
1、确保机器上已经安装apache服务器;
2、安装createrepo;
3、在/var/www/html/下新建yum/CentOS
4、解压centos的镜像CentOS-6.0-x86_64-bin-DVD1.iso 到/var/www/html/yum/CentOS下;
5、执行 createrepo /var/www/html/yum/CentOS/生成yum库;
6、重启apache, service httpd restart;


客户端:
1、备份Centos-Base.repo:

    cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak 

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zgzffz.html