CloudLinux 9 dnf install epel-release = No match for argument: epel-release

Collapse
This topic has been answered.
X
X
 
  • Time
  • Show
Clear All
new posts
  • oceanwave
    Junior Member
    Forum Explorer
    • Dec 2024
    • 18

    #1

    CloudLinux 9 dnf install epel-release = No match for argument: epel-release

    Trying to install screen on a new Cloudlinux 9.6 server.


    dnf install epel-release
    Last metadata expiration check: 0:00:20 ago on Sun 31 Aug 2025 05:36:02
    AM EDT.
    No match for argument: epel-release
    Error: Unable to find a match: epel-release


    dnf repolist
    repo id repo name
    appstream AlmaLinux 9.6 - AppStream
    baseos AlmaLinux 9.6 - BaseOS
    cloudlinux-rollout-1 CloudLinux-9 - Gradual Rollout Slot 1
    cloudlinux-rollout-10 CloudLinux-9 - Gradual Rollout Slot 10
    cloudlinux-rollout-11 CloudLinux-9 - Gradual Rollout Slot 11
    cloudlinux-rollout-12 CloudLinux-9 - Gradual Rollout Slot 12
    cloudlinux-rollout-13 CloudLinux-9 - Gradual Rollout Slot 13
    cloudlinux-rollout-14 CloudLinux-9 - Gradual Rollout Slot 14
    cloudlinux-rollout-15 CloudLinux-9 - Gradual Rollout Slot 15
    cloudlinux-rollout-16 CloudLinux-9 - Gradual Rollout Slot 16
    cloudlinux-rollout-2 CloudLinux-9 - Gradual Rollout Slot 2
    cloudlinux-rollout-3 CloudLinux-9 - Gradual Rollout Slot 3
    cloudlinux-rollout-4 CloudLinux-9 - Gradual Rollout Slot 4
    cloudlinux-rollout-5 CloudLinux-9 - Gradual Rollout Slot 5
    cloudlinux-rollout-6 CloudLinux-9 - Gradual Rollout Slot 6
    cloudlinux-rollout-7 CloudLinux-9 - Gradual Rollout Slot 7
    cloudlinux-rollout-8 CloudLinux-9 - Gradual Rollout Slot 8
    cloudlinux-rollout-9 CloudLinux-9 - Gradual Rollout Slot 9
    crb AlmaLinux 9.6 - CRB​

    How do I correctly install epel-release on Cloudlinux 9.6 OS?
  • Answer selected by oceanwave at Yesterday, 08:08 AM.
    bogdan.sh
    Administrator
    • Nov 2016
    • 1245

    Hi,

    Is this server licensed? I don't see the "cloudlinux-x86_64-server-9" in repolist (and thanks for providing the actual list).

    Please also show the output of
    Code:
    cat /etc/redhat-release

    Just tested on lab server and all good:
    Code:
    # dnf install epel-release
    AlmaLinux 9.6 - AppStream 68 MB/s | 16 MB 00:00
    AlmaLinux 9.6 - BaseOS 101 MB/s | 21 MB 00:00
    AlmaLinux 9.6 - CRB 33 MB/s | 3.3 MB 00:00
    cl-mysql 1.0 kB/s | 257 B 00:00
    CloudLinux 9.6 30 MB/s | 21 MB 00:00
    Dependencies resolved.
    ================================================== ================================================== ================================================== ================================================== ====================================
    Package Architecture Version Repository Size
    ================================================== ================================================== ================================================== ================================================== ====================================
    Installing:
    epel-release noarch 9-10.el9 cloudlinux-x86_64-server-9 19 k
    
    Transaction Summary
    ================================================== ================================================== ================================================== ================================================== ====================================
    Install 1 Package
    
    Total download size: 19 k
    Installed size: 26 k
    Code:
    # cat /etc/redhat-release
    CloudLinux release 9.6 (Georgy Dobrovolsky)

    Comment

    • bogdan.sh
      Administrator
      • Nov 2016
      • 1245

      #2
      Hi,

      Is this server licensed? I don't see the "cloudlinux-x86_64-server-9" in repolist (and thanks for providing the actual list).

      Please also show the output of
      Code:
      cat /etc/redhat-release

      Just tested on lab server and all good:
      Code:
      # dnf install epel-release
      AlmaLinux 9.6 - AppStream 68 MB/s | 16 MB 00:00
      AlmaLinux 9.6 - BaseOS 101 MB/s | 21 MB 00:00
      AlmaLinux 9.6 - CRB 33 MB/s | 3.3 MB 00:00
      cl-mysql 1.0 kB/s | 257 B 00:00
      CloudLinux 9.6 30 MB/s | 21 MB 00:00
      Dependencies resolved.
      ================================================== ================================================== ================================================== ================================================== ====================================
      Package Architecture Version Repository Size
      ================================================== ================================================== ================================================== ================================================== ====================================
      Installing:
      epel-release noarch 9-10.el9 cloudlinux-x86_64-server-9 19 k
      
      Transaction Summary
      ================================================== ================================================== ================================================== ================================================== ====================================
      Install 1 Package
      
      Total download size: 19 k
      Installed size: 26 k
      Code:
      # cat /etc/redhat-release
      CloudLinux release 9.6 (Georgy Dobrovolsky)

      Comment

      • oceanwave
        Junior Member
        Forum Explorer
        • Dec 2024
        • 18

        #3
        THANK YOU!

        It was a license issue. Datacenter updated IP license on their side and now it worked fine tonight.

        Thank you once again for the help. It is appreciated.

        Comment

        Working...