yum update error with new version of Centos

Discussion in 'Installation/Configuration' started by danibel, Sep 20, 2019.

  1. danibel

    danibel New Member

    yum update error with new version of Centos
    check the attached photo
    How can I fix this ?

    Immagine2.jpg
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    You could use LANG=C on the command line before the yum update command to get english output. Like so:
    Code:
    LANG=C yum update
     
  3. danibel

    danibel New Member

  4. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Have you installed python packages from outside of normal Centos repository?
    It looks like the package dependencies are mixed.
     
  5. danibel

    danibel New Member

    Install Centos for Ispconfig with your "The Perfect Server CentOS"
     
  6. Taleman

    Taleman Well-Known Member HowtoForge Supporter

  7. danibel

    danibel New Member

    S.O. has been installed since the first version of centos 7 .. it has been working and updating without problems for years
    ispconfig update and yum update always without problems until now
    the problem is the python-rpm-macros epel version and the new centos repository
    python-rpm-macros epel version is older than the basic version of the new centos
    how can i solve?
     
  8. danibel

    danibel New Member

    if I disable epel repo, it doesn't give me errors!
    do you think i can proceed to update?
     
  9. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    I asked you in #2
    Now you write
    Which means you have installed stuff not from usual CentOS repositories.
    As you now have found out, not using those extra repositories solves the problem of mixed dependencies.
    I do not know why epel repo is not working for you. What kind of update is this? Have you verified the epel repo you use is for the CentOS version you have?
     
  10. danibel

    danibel New Member

    I have not manually installed anything.
    I installed centos with guide "The Perfect Server CentOS 7"
    Epel repo is Last
    Next week, I make Backup Server, I make update Centos with epel disabled
    Then I'll let you know
    Thank you Very Much
    Dany
     

Share This Page