Centos系统升级到7.6
现在docker研究及PHP7都需要centos系统版本至少在7以上,干脆就弄到7.6吧1.更改yum源配置mv /etc/yum.repos.d/centos7.repo /etc/yum.repos.d/centos7.repo.bakcurl -o /etc/yum.repos.d/centos7.repo http://mirrors.aliyun.com/repo/Centos-7...
·
现在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…
更多推荐
已为社区贡献1条内容
所有评论(0)