LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > CentOS
User Name
Password
CentOS This forum is for the discussion of CentOS Linux. Note: This forum does not have any official participation.

Notices


Reply
  Search this Thread
Old 01-13-2016, 04:27 AM   #1
vicky18in2002
LQ Newbie
 
Registered: Jan 2016
Posts: 2

Rep: Reputation: Disabled
Question !!!!URGENT!!!! Downgrade to Centos 6.4


I have a CentOS 6.7 virtualbox environment and want to downgrade it to CentOS 6.4 but I am unable to downgrade it. I tried the below mentioned:

[root@localhost /]# yum downgrade redhat-release
Loaded plugins: fastestmirror
Setting up Downgrade Process
Loading mirror speeds from cached hostfile
* base: centos.mirror.net.in
* extras: centos.mirror.net.in
* updates: centos.mirror.net.in
Only Upgrade available on package: centos-release-6-7.el6.centos.12.3.x86_64
Nothing to do

[root@localhost /]# yum list kernel-2.6.32*
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.mirror.net.in
* extras: centos.mirror.net.in
* updates: centos.mirror.net.in
Installed Packages
kernel.x86_64 2.6.32-358.el6 @anaconda-CentOS-201303020151.x86_64/6.4
kernel.x86_64 2.6.32-573.12.1.el6 @updates

[root@localhost /]# cat /etc/redhat-release
CentOS release 6.7 (Final)
[root@localhost /]#


Kindly help me on this
 
Old 01-13-2016, 05:25 AM   #2
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
I didn't even know that downgrade was possible, but it would seem it only works for certain packages, not the whole system. From the man page:
Code:
downgrade
              Will try and downgrade a  package  from  the  version  currently
              installed  to  the  previously highest version (or the specified
              version).  The depsolver will not necessarily work, but  if  you
              specify  all the packages it should work (and thus. all the sim-
              ple cases will work). Also this does not work for  "installonly"
              packages,  like  Kernels.  downgrade  operates on groups, files,
              provides, filelists and rpm files just like the  "install"  com-
              mand.
 
Old 01-13-2016, 06:22 AM   #3
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,128

Rep: Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121
Spin up another guest, install 6.4, install packages as required.

KISS.
 
Old 01-13-2016, 07:34 AM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by vicky18in2002 View Post
I have a CentOS 6.7 virtualbox environment and want to downgrade it to CentOS 6.4 but I am unable to downgrade it. I tried the below mentioned:

[root@localhost /]# yum downgrade redhat-release
Loaded plugins: fastestmirror
Setting up Downgrade Process
Loading mirror speeds from cached hostfile
* base: centos.mirror.net.in
* extras: centos.mirror.net.in
* updates: centos.mirror.net.in
Only Upgrade available on package: centos-release-6-7.el6.centos.12.3.x86_64
Nothing to do

[root@localhost /]# yum list kernel-2.6.32*
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.mirror.net.in
* extras: centos.mirror.net.in
* updates: centos.mirror.net.in
Installed Packages
kernel.x86_64 2.6.32-358.el6 @anaconda-CentOS-201303020151.x86_64/6.4
kernel.x86_64 2.6.32-573.12.1.el6 @updates

[root@localhost /]# cat /etc/redhat-release
CentOS release 6.7 (Final)
[root@localhost /]#[/COLOR]

Kindly help me on this
First, read the LQ Rules, "Question Guidelines", and "How to ask a smart question" links in my posting signature. This is NOT URGENT FOR ANYONE HERE...we are volunteers. Asking for/expecting 'urgent' help is fairly rude.

Since this was 'urgent'...did you try putting "how to downgrade centos 6.7 to 6.4" into Google?? The VERY FIRST HIT:
https://access.redhat.com/solutions/186763

...are instructions. This is for RHEL, but CentOS is 99.x% IDENTICAL, and this will probably work. Bear in mind that unless you UPgraded that server from 6.4 to 6.7, then a downgrade is NOT POSSIBLE.
 
Old 01-13-2016, 02:18 PM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Downgrade the WHOLE OS to a UNSUPPORTED VERSION ?????

WHY ???

now downgrading ONE or a few programs in 6.7
that is doable

i have a old box with a gforce2 card and have to downgrade Xorg to 1.13 ( the version in 6.3 )

it is a pain in the rear but it is doable


so

WHY!!! do you NEED!!!! to use a unsupported Operating System ?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Downgrade CentOS 6.6 mesa-libGL fzanella CentOS 1 11-26-2014 07:52 AM
Centos 6 downgrade to php 5,2 techux Linux - General 5 09-19-2013 09:06 AM
Downgrade CentOS 6.2 to 5.7?? peridian Red Hat 2 02-08-2012 01:09 PM
Centos 4.0 to 4.2 Download Sites PLEASE HELP URGENT simfukwe Linux - Distributions 2 12-02-2005 12:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > CentOS

All times are GMT -5. The time now is 01:53 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration