linux 操作 集合

来源:互联网 发布:淘宝公司签约 编辑:程序博客网 时间:2024/06/10 06:44

1:安装wget :yum -y install wget

2:编译环境:yum -y groupinstall 'Development Tools' 

3:更换原 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup

 下载新的CentOS-Base.repo 到/etc/yum.repos.d/ 
CentOS 5 
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo
CentOS 6 
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo 
CentOS 7
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

原创粉丝点击