All you have to do is run :
yum update
It will take some time to download all the packages and install.
You can create your own CentOS mirror repository in your local network by following this tutorial, so that you can save the bandwidth when upgrading your machines.
Note that a new repo file /etc/yum.repos.d/CentOS-Base.repo.rpmnew is created during the upgrade, and your original one remains untouched.
To check your new version of CentOS, you can run:
rpm -qa | grep centos-release
yum update
It will take some time to download all the packages and install.
You can create your own CentOS mirror repository in your local network by following this tutorial, so that you can save the bandwidth when upgrading your machines.
Note that a new repo file /etc/yum.repos.d/CentOS-Base.repo.rpmnew is created during the upgrade, and your original one remains untouched.
To check your new version of CentOS, you can run:
rpm -qa | grep centos-release



0 comments:
Post a Comment