CentOS更新
Eijux(讨论 | 贡献)2020年10月14日 (三) 02:53的版本 (建立内容为“category:CentOS == 步骤 == # 备份 # 检查你的CentOS版本。 #: <syntaxhighlight lang="bash"> cat /etc/redhat-release CentOS Linux release 7.1.1503 (C…”的新页面)
步骤
- 备份
- 检查你的CentOS版本。
cat /etc/redhat-release CentOS Linux release 7.1.1503 (Core)
- 用yum更新升级。(yum clean all:清除YUM缓存)
yum clean all yum update
- 用下面的命令重新启动服务器。
reboot
- 确认您的系统已成功升级
cat /etc/redhat-release CentOS Linux release 7.4.1611 (Core)