Comments on: How to Upgrade CentOS 6.10 from CentOS 6.9-6.0 https://tecadmin.net/how-to-upgrade-centos-6-to-latest-release/ How to guide for System Administrator's and Developers Tue, 12 Nov 2019 07:33:05 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Peter https://tecadmin.net/how-to-upgrade-centos-6-to-latest-release/#comment-40956 Fri, 17 May 2019 04:13:00 +0000 https://tecadmin.net/?p=1697#comment-40956 Where is the command that adds the new repositories ?
How is this suppose to work ?

Explain what is going on rather than a dumb list of commands.

]]>
By: xxx https://tecadmin.net/how-to-upgrade-centos-6-to-latest-release/#comment-16147 Wed, 18 Jul 2018 05:01:56 +0000 https://tecadmin.net/?p=1697#comment-16147 yum -y upgrade

A simple

]]>
By: Justin https://tecadmin.net/how-to-upgrade-centos-6-to-latest-release/#comment-3056 Wed, 31 Aug 2016 03:32:32 +0000 https://tecadmin.net/?p=1697#comment-3056 How to tie a system to a specific update of Red Hat Enterprise Linux with a temporary setting.

# yum clean all
# yum –releasever=6.6 update

Use the –releasever=X.Y option with yum to override the major.minor release versions, where X is the major release and Y is the minor release. Since it is not persistent, this option would need to be repeated for later executions of yum.

]]>
By: WebTechGal https://tecadmin.net/how-to-upgrade-centos-6-to-latest-release/#comment-2640 Sat, 14 May 2016 06:16:50 +0000 https://tecadmin.net/?p=1697#comment-2640 I had an old 6.4 that just won’t update with the regular yum update.

A simple

yum clean all
and then
yum update

worked like a charm. Thanks for sharing. 🙂

]]>
By: MightyJ https://tecadmin.net/how-to-upgrade-centos-6-to-latest-release/#comment-1211 Tue, 03 Nov 2015 16:42:35 +0000 https://tecadmin.net/?p=1697#comment-1211 Can you show me how to perform the update offline?
My server is CentOS release 6.4 (Final) and it does not have access to the web or other Linux servers?

]]>
By: Frederic Dumesle https://tecadmin.net/how-to-upgrade-centos-6-to-latest-release/#comment-1210 Wed, 04 Mar 2015 11:52:42 +0000 https://tecadmin.net/?p=1697#comment-1210 I have this
Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
yum-plugin-fastestmirror is needed by yum-3.2.29-60.el6.centos.noarch
** Found 1 pre-existing rpmdb problem(s), ‘yum check’ output follows:
yum-3.2.29-43.el6.centos.noarch has missing requires of yum-plugin-fastestmirror

]]>
By: Tony https://tecadmin.net/how-to-upgrade-centos-6-to-latest-release/#comment-1209 Thu, 03 Jul 2014 16:51:41 +0000 https://tecadmin.net/?p=1697#comment-1209 Why not use …

yum -y upgrade

it removes obsolete packages.

]]>