更新服务器Linux版本

1、我的服务器安装的是centos7,可以使用命令查看一下具体版本。


[root@localhost ~]# cat /etc/redhat-release
CentOS Linux release 7.5.1804 (Core) 

2、安装更新

 
[root@localhost ~]# yum clean all
已加载插件:fastestmirror
正在清理软件源: base extras updates
Cleaning up everything
Maybe you want: rm -rf /var/cache/yum, to also free up space taken by orphaned data from disabled or removed repos
Cleaning up list of fastest mirrors
[root@localhost ~]# yum update
已加载插件:fastestmirror

3、再次检查版本号,就会发现已经更新


完毕!
[root@localhost ~]# cat /etc/redhat-release
CentOS Linux release 7.7.1908 (Core)

发布了267 篇原创文章 · 获赞 38 · 访问量 3万+

猜你喜欢

转载自blog.csdn.net/dghcs18/article/details/103990254