【Linux系列】配置Centos7的软件源(二)

编程

目的


本文主要介绍以下内容:

设置centos的国内软件源,默认源都是国外的下载软件超级麻烦。

ssh登录

下载一个shell或者cmder

ssh root@192.168.10.18 #上篇设置的ip

下载wget

yum install -y wget #wget网络下载命令

配置源

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

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo #设置阿里源

yum makecache #生成缓存

以上是 【Linux系列】配置Centos7的软件源(二) 的全部内容, 来源链接: utcz.com/z/510929.html

回到顶部