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

How to Install EPEL Repo on Rocky 8 Gnu/Linux

December 8, 2021 | By the+gnu+linux+evangelist.

GNU/Linux Rocky 8 Installing EPEL Repository

How to Install EPEL Repo Rocky 8.x 64-bit GNU/Linux – Step by step Tutorial.

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 based Linux (RHEL), Rocky and Scientific Linux (SL), Red Hat Enterprise based Linux (OEL).

How to Install EPEL Repository Rocky 8 GNU/Linux
  1. 1. Terminal Quick Start

    How to Quick Start with Command Line on Rocky Linux

    Terminal Rocky Quick Start Guide
  2. 2. Adding EPEL Repo on Rocky Linux 8

    To Install the EPEL Repository on Rocky Linux 8, first enable the PowerTools repository:

    sudo dnf config-manager --set-enabled powertools

    Then install the EPEL release package:

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

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

    sudo dnf config-manager --enable powertools