centos4=rhel4=oracle enterprise linux4 基本相同
centos开源
----
RHEL 5
yum install
yum update
rhel关闭了,付费使用,centos可以
解决办法=建立软件库
利用FTP和createrepo共同搭建本地软件库
rpm -ivh vsftpd-*****
rpm -ivh createrepo-*****
cp -Prv * /var/ftp/pub
createrepo -v /var/ftp/pub 建立源地址
vi /etc/yum.repos.d/rhel-**.repo编辑源的位置
baseurl=ftp://127.0.0.1/pub
enable=0-->1,gpgcheck=1-->0
/etc/init.d/vsftpd restart
这样可以实现本地源的更新了!
yum install gcc 就可以用了!
----
centos 5
yum install
yum update 可以用
阅读(711) | 评论(0) | 转发(0) |