$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install EPEL Repository on Rocky Linux 9

May 20, 2025 | By the+gnu+linux+evangelist.

GNU/Linux Rocky 9 Adding EPEL Repository

Hi! The Guide Simply Shows How to Install EPEL Repo in Rocky Linux 9 64-bit GNU/Linux.

And the Extra Packages for Enterprise Linux (or EPEL) is a Fedora Special Interest Group that creates, maintains, and manages a high quality set of additional packages for Enterprise Linux, including, but not limited to, Red Hat Enterprise Linux (RHEL), CentOS, Rocky Linux, Rocky Linux, and Oracle Enterprise Linux (OEL).

How to Install EPEL Repository on Rocky Linux 9
  1. 1. Terminal QuickStart

    How to QuickStart with Command Line on Rocky Linux

    Terminal Rocky Linux QuickStart Guide
  2. 2. Adding EPEL Repo on Rocky Linux 9

    To Install the EPEL and EPEL-Next Repositories on Rocky Linux 9, first enable the CRB repository:

    sudo dnf config-manager --set-enabled crb

    Then install the EPEL packages:

    sudo dnf install -y epel-release epel-next-release
  3. 3. Enabling CRB Repo (If Not Already)

    If CRB isn’t already enabled, you can also run:

    sudo /usr/bin/crb enable