Centos系统升级到7.6

2019-10-16  本文已影响0人  呆萌猪DemonPig

现在docker研究及PHP7都需要centos系统版本至少在7以上,干脆就弄到7.6吧

1.更改yum源配置

mv /etc/yum.repos.d/centos7.repo /etc/yum.repos.d/centos7.repo.bak
curl -o /etc/yum.repos.d/centos7.repo http://mirrors.aliyun.com/repo/Centos-7.repo

2.清除yum缓存

yum clean all

3. 更新

yum update

4. 重启

reboot

现在你就可以查看到你更新的最新系统版本了:

>>cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)

so easy...

上一篇 下一篇

猜你喜欢

热点阅读