Centos : yum errors : dependencies conflict

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












On Centos 5, for installing some program, i need to upgrade libxml2. But i can't because of another package (libxml2-python) that seems needing my current obsolete version of libxml2



[root] # yum install libxml2 Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Excluding Packages from CentOS-5 - Plus Finished Excluding Packages from CentOS-5 - Updates Finished Setting up Install Process Resolving Dependencies
--> Running transaction check
---> Package libxml2.i386 0:2.6.26-2.1.21.el5_9.3 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

========================================================================================================================================================== Package Arch Version Repository Size
========================================================================================================================================================== Installing: libxml2 i386
2.6.26-2.1.21.el5_9.3 base 799 k

Transaction Summary
========================================================================================================================================================== Install 1 Package(s) Upgrade 0 Package(s)

Total size: 799 k Is this ok [y/N]: y Downloading Packages: Running rpm_check_debug ERROR with rpm_check_debug vs depsolve: libxml2 is needed by (installed) libxml2-python-2.6.32-1.i686 Complete! (1, [u'Please report this error in https://bugzilla.redhat.com/enter_bug.cgi?product=Red%20Hat%20Enterprise%20Linux%205&component=yum'])









share|improve this question























  • What is that program you need to install?
    – schaiba
    Feb 4 '14 at 9:42














up vote
1
down vote

favorite












On Centos 5, for installing some program, i need to upgrade libxml2. But i can't because of another package (libxml2-python) that seems needing my current obsolete version of libxml2



[root] # yum install libxml2 Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Excluding Packages from CentOS-5 - Plus Finished Excluding Packages from CentOS-5 - Updates Finished Setting up Install Process Resolving Dependencies
--> Running transaction check
---> Package libxml2.i386 0:2.6.26-2.1.21.el5_9.3 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

========================================================================================================================================================== Package Arch Version Repository Size
========================================================================================================================================================== Installing: libxml2 i386
2.6.26-2.1.21.el5_9.3 base 799 k

Transaction Summary
========================================================================================================================================================== Install 1 Package(s) Upgrade 0 Package(s)

Total size: 799 k Is this ok [y/N]: y Downloading Packages: Running rpm_check_debug ERROR with rpm_check_debug vs depsolve: libxml2 is needed by (installed) libxml2-python-2.6.32-1.i686 Complete! (1, [u'Please report this error in https://bugzilla.redhat.com/enter_bug.cgi?product=Red%20Hat%20Enterprise%20Linux%205&component=yum'])









share|improve this question























  • What is that program you need to install?
    – schaiba
    Feb 4 '14 at 9:42












up vote
1
down vote

favorite









up vote
1
down vote

favorite











On Centos 5, for installing some program, i need to upgrade libxml2. But i can't because of another package (libxml2-python) that seems needing my current obsolete version of libxml2



[root] # yum install libxml2 Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Excluding Packages from CentOS-5 - Plus Finished Excluding Packages from CentOS-5 - Updates Finished Setting up Install Process Resolving Dependencies
--> Running transaction check
---> Package libxml2.i386 0:2.6.26-2.1.21.el5_9.3 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

========================================================================================================================================================== Package Arch Version Repository Size
========================================================================================================================================================== Installing: libxml2 i386
2.6.26-2.1.21.el5_9.3 base 799 k

Transaction Summary
========================================================================================================================================================== Install 1 Package(s) Upgrade 0 Package(s)

Total size: 799 k Is this ok [y/N]: y Downloading Packages: Running rpm_check_debug ERROR with rpm_check_debug vs depsolve: libxml2 is needed by (installed) libxml2-python-2.6.32-1.i686 Complete! (1, [u'Please report this error in https://bugzilla.redhat.com/enter_bug.cgi?product=Red%20Hat%20Enterprise%20Linux%205&component=yum'])









share|improve this question















On Centos 5, for installing some program, i need to upgrade libxml2. But i can't because of another package (libxml2-python) that seems needing my current obsolete version of libxml2



[root] # yum install libxml2 Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Excluding Packages from CentOS-5 - Plus Finished Excluding Packages from CentOS-5 - Updates Finished Setting up Install Process Resolving Dependencies
--> Running transaction check
---> Package libxml2.i386 0:2.6.26-2.1.21.el5_9.3 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

========================================================================================================================================================== Package Arch Version Repository Size
========================================================================================================================================================== Installing: libxml2 i386
2.6.26-2.1.21.el5_9.3 base 799 k

Transaction Summary
========================================================================================================================================================== Install 1 Package(s) Upgrade 0 Package(s)

Total size: 799 k Is this ok [y/N]: y Downloading Packages: Running rpm_check_debug ERROR with rpm_check_debug vs depsolve: libxml2 is needed by (installed) libxml2-python-2.6.32-1.i686 Complete! (1, [u'Please report this error in https://bugzilla.redhat.com/enter_bug.cgi?product=Red%20Hat%20Enterprise%20Linux%205&component=yum'])






yum






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 18 at 10:04









Rui F Ribeiro

38.2k1475123




38.2k1475123










asked Feb 4 '14 at 9:37









gnugo

62




62











  • What is that program you need to install?
    – schaiba
    Feb 4 '14 at 9:42
















  • What is that program you need to install?
    – schaiba
    Feb 4 '14 at 9:42















What is that program you need to install?
– schaiba
Feb 4 '14 at 9:42




What is that program you need to install?
– schaiba
Feb 4 '14 at 9:42










1 Answer
1






active

oldest

votes

















up vote
2
down vote













So here's probably what your problem is. The version of libxml2-python that is installed is "2.6.32" And it looks like the YUM repository you are pointing to only has the dependant package, libxml2, up to version 2.6.26. Now it doesn't appear that CentOS 5 (or RHEL 5) has either of these packages at version 2.6.32. Therefore, apparently, your currently installed version of libxml2-python (version 2.6.32) came from somewhere else (maybe a newer CentOS or Fedora release?). My guess is that your currently installed version of libxml2 is also at 2.6.32 (which would match the libxml2-python version).



To fix this, first figure out where your libxml2-python package came from -- do an "rpm -qi libxml2-python" to get some more information on its source. What I would to, assuming you don't have another package that depends on that specific version, is to temporary delete it: "rpm -e libxml2-python", then re-install both libxml2 and libxml2-python with yum. Or, grab the version of libxml2-python from your YUM repo that matches the libxml2 package you are trying to install, and use "rpm --force" to force a downgrade of it.



In short, make sure in the future not to install packages from other repositories (or outside of YUM) that replace other core OS packages with their own versions (if that is what actually happened) -- this used to happen to me quite a bit when I was adding additional repos that weren't 100% compatible with the OS version installed (such as adding a newer Fedora repository to an older RHEL / CentOS build).






share|improve this answer




















    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f113442%2fcentos-yum-errors-dependencies-conflict%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    2
    down vote













    So here's probably what your problem is. The version of libxml2-python that is installed is "2.6.32" And it looks like the YUM repository you are pointing to only has the dependant package, libxml2, up to version 2.6.26. Now it doesn't appear that CentOS 5 (or RHEL 5) has either of these packages at version 2.6.32. Therefore, apparently, your currently installed version of libxml2-python (version 2.6.32) came from somewhere else (maybe a newer CentOS or Fedora release?). My guess is that your currently installed version of libxml2 is also at 2.6.32 (which would match the libxml2-python version).



    To fix this, first figure out where your libxml2-python package came from -- do an "rpm -qi libxml2-python" to get some more information on its source. What I would to, assuming you don't have another package that depends on that specific version, is to temporary delete it: "rpm -e libxml2-python", then re-install both libxml2 and libxml2-python with yum. Or, grab the version of libxml2-python from your YUM repo that matches the libxml2 package you are trying to install, and use "rpm --force" to force a downgrade of it.



    In short, make sure in the future not to install packages from other repositories (or outside of YUM) that replace other core OS packages with their own versions (if that is what actually happened) -- this used to happen to me quite a bit when I was adding additional repos that weren't 100% compatible with the OS version installed (such as adding a newer Fedora repository to an older RHEL / CentOS build).






    share|improve this answer
























      up vote
      2
      down vote













      So here's probably what your problem is. The version of libxml2-python that is installed is "2.6.32" And it looks like the YUM repository you are pointing to only has the dependant package, libxml2, up to version 2.6.26. Now it doesn't appear that CentOS 5 (or RHEL 5) has either of these packages at version 2.6.32. Therefore, apparently, your currently installed version of libxml2-python (version 2.6.32) came from somewhere else (maybe a newer CentOS or Fedora release?). My guess is that your currently installed version of libxml2 is also at 2.6.32 (which would match the libxml2-python version).



      To fix this, first figure out where your libxml2-python package came from -- do an "rpm -qi libxml2-python" to get some more information on its source. What I would to, assuming you don't have another package that depends on that specific version, is to temporary delete it: "rpm -e libxml2-python", then re-install both libxml2 and libxml2-python with yum. Or, grab the version of libxml2-python from your YUM repo that matches the libxml2 package you are trying to install, and use "rpm --force" to force a downgrade of it.



      In short, make sure in the future not to install packages from other repositories (or outside of YUM) that replace other core OS packages with their own versions (if that is what actually happened) -- this used to happen to me quite a bit when I was adding additional repos that weren't 100% compatible with the OS version installed (such as adding a newer Fedora repository to an older RHEL / CentOS build).






      share|improve this answer






















        up vote
        2
        down vote










        up vote
        2
        down vote









        So here's probably what your problem is. The version of libxml2-python that is installed is "2.6.32" And it looks like the YUM repository you are pointing to only has the dependant package, libxml2, up to version 2.6.26. Now it doesn't appear that CentOS 5 (or RHEL 5) has either of these packages at version 2.6.32. Therefore, apparently, your currently installed version of libxml2-python (version 2.6.32) came from somewhere else (maybe a newer CentOS or Fedora release?). My guess is that your currently installed version of libxml2 is also at 2.6.32 (which would match the libxml2-python version).



        To fix this, first figure out where your libxml2-python package came from -- do an "rpm -qi libxml2-python" to get some more information on its source. What I would to, assuming you don't have another package that depends on that specific version, is to temporary delete it: "rpm -e libxml2-python", then re-install both libxml2 and libxml2-python with yum. Or, grab the version of libxml2-python from your YUM repo that matches the libxml2 package you are trying to install, and use "rpm --force" to force a downgrade of it.



        In short, make sure in the future not to install packages from other repositories (or outside of YUM) that replace other core OS packages with their own versions (if that is what actually happened) -- this used to happen to me quite a bit when I was adding additional repos that weren't 100% compatible with the OS version installed (such as adding a newer Fedora repository to an older RHEL / CentOS build).






        share|improve this answer












        So here's probably what your problem is. The version of libxml2-python that is installed is "2.6.32" And it looks like the YUM repository you are pointing to only has the dependant package, libxml2, up to version 2.6.26. Now it doesn't appear that CentOS 5 (or RHEL 5) has either of these packages at version 2.6.32. Therefore, apparently, your currently installed version of libxml2-python (version 2.6.32) came from somewhere else (maybe a newer CentOS or Fedora release?). My guess is that your currently installed version of libxml2 is also at 2.6.32 (which would match the libxml2-python version).



        To fix this, first figure out where your libxml2-python package came from -- do an "rpm -qi libxml2-python" to get some more information on its source. What I would to, assuming you don't have another package that depends on that specific version, is to temporary delete it: "rpm -e libxml2-python", then re-install both libxml2 and libxml2-python with yum. Or, grab the version of libxml2-python from your YUM repo that matches the libxml2 package you are trying to install, and use "rpm --force" to force a downgrade of it.



        In short, make sure in the future not to install packages from other repositories (or outside of YUM) that replace other core OS packages with their own versions (if that is what actually happened) -- this used to happen to me quite a bit when I was adding additional repos that weren't 100% compatible with the OS version installed (such as adding a newer Fedora repository to an older RHEL / CentOS build).







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Feb 4 '14 at 20:30









        Derek Pressnall

        31913




        31913



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f113442%2fcentos-yum-errors-dependencies-conflict%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown






            Popular posts from this blog

            How to check contact read email or not when send email to Individual?

            Bahrain

            Postfix configuration issue with fips on centos 7; mailgun relay