Skip to main content

Almalinux installation Error: Unknown repo: 'powertools'

Answered

Comments

3 comments

  • cPRex Jurassic Moderator

    Hey there!  Can you try reinstalling the almalinux-release package on the system to see if that gets things working?  You can do that with this command:

    yum reinstall almalinux-release
    0
  • Jos Dibja

    Hi,

    yum reinstall almalinux-release did not solve the problem...

    my datacentre help me solve the problem by adding this line 

    [powertools]
    name=AlmaLinux $releasever - PowerTools
    baseurl= https://mirror.biznetgio.com/almalinux/$releasever/PowerTools/$basearch/os/
    enabled=1
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux

    into /etc/yum.repos.d/almalinux.repo

    after saved, just run dnf update 

    and then sh latest again, and it will installed cpanel smoothly...

    hope this solution will help others with same problem.

    1
  • cPRex Jurassic Moderator

    I'm glad they were able to help with that OS issue!

    0

Please sign in to leave a comment.