笔记: 使用CLI升级Centos


公司在香港的服务器虽然运行平稳, 但一直都没有升级, 版本还是Centos 5.3. 而现在5.5都出来好久了. 于是我打算给它升级了.

参考链接: Centos 5.4 is out! Upgrade centos 5.3 to 5.4

运行命令如下:

yum clean all
yum update glibc\*
yum update yum\* rpm\* python\*
yum clean all
yum update
shutdown -r now

成功重启后, 检查一下版本号:

cat /etc/redhat-release

PS. 香港网络很快. 几百个MB的文件, 几分钟搞定了 😀

,