centos 更换源以及安装软件

Posted binz

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos 更换源以及安装软件相关的知识,希望对你有一定的参考价值。

mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup

 

CentOS 5
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo
或者
curl -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
或者
curl -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
或者
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

 

安装openjdk8

yum -y install java-1.8.0-openjdk

 

yum -y install maven 

 

yum -y install git

 

yum -y install lrzsz

以上是关于centos 更换源以及安装软件的主要内容,如果未能解决你的问题,请参考以下文章

Centos6.5更换yum源

centos 更新源在哪个文件夹

将Centos的yum源更换为国内的阿里云源

将Centos的yum源更换为国内的阿里云源

centos8更换国内源(阿里源)

Debian更换软件源