Announcement

Collapse
No announcement yet.

Error: Package: alt-php74-imunify-mbstring

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Error: Package: alt-php74-imunify-mbstring

    Getting error from yum update. Please let me know that how can fix this issue?

    Read more here: https://forums.cpanel.net/threads/er...string.674309/

  • #2
    Hello,
    As workaround:
    You can completely disable the epel repository or you can try adding the oniguruma package to the exceptions for EPEL. To exclude a package from EPEL repo, add the following line:

    Code:
    exclude=oniguruma
    To the section [epel] in file /etc/yum.repos.d/epel.repo. It will look like:

    Code:
    [epel]
    
    name=Extra Packages for Enterprise Linux 7 - $basearch
    
    #baseurl=[URL]
    [http://download.fedoraproject.org/pub/epel/7/[/URL]$basearch
    
    metalink=[URL]https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch[/URL]=$basearch&infra=$infra&content=$contentdir
    
    failovermethod=priority
    
    enabled = 1
    
    gpgcheck=1
    
    exclude=oniguruma
    
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
    ](http://download.fedoraproject.org/pub/epel/7/)

    With this fix, you will exclude the conflicting package from EPEL repo and can try to keep the repository turned on.
    We are working on a fix, tomorrow it will be ready.
    Thank you

    Comment

    Working...
    X