Skip to main content

Conflict Installing ea-apache24 on AlmaLinux 8 – Version Mismatch with mod_brotli

Comments

3 comments

  • cPRex Jurassic Moderator

    Hey there!  Can you disable the EA4-c8 repo and try again?  That should let everything install from the default cPanel/OS repositories.

    Details on how to make that change can be found here:

    https://support.cpanel.net/hc/en-us/articles/23254836006807-How-to-disable-a-repository-on-a-RHEL-based-system

    0
  • Arman.Motevalian

    Thanks for the suggestion!

    I went ahead and disabled the EA4-c8 repository as instructed using:

     
    dnf config-manager --set-disabled EA4-c8
    

    dnf clean all

    dnf makecache

    The repo was successfully disabled, and the system now only uses the default cPanel and AlmaLinux repositories. However, when I try to install ea-apache24-mod_brotli, I get:

     
    Error: No matching Packages to list
    

    I also checked via:

     
    dnf info ea-apache24-mod_brotli
    

    And confirmed that the package isn't currently available in the enabled repos.

    So it seems like ea-apache24-mod_brotli for Apache 2.4.63 hasn't been published yet to the default cPanel repositories. 

    0
  • cPRex Jurassic Moderator

    The package is definitely there.  Can you try this now that you've disabled that other repo?

    yum clean all
    yum makecache
    yum update

    And then see if that works well?

    0

Please sign in to leave a comment.