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

How to Install EPEL Repository on Rocky 8 Gnu/Linux

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

GNU/Linux Rocky 8 Adding EPEL Repository

The Guide Simply Shows How to Install EPEL Repo Rocky 8.x 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), Rocky and Scientific Linux (SL), Oracle Enterprise Linux (OEL).

How to Install EPEL Repo Rocky 8 - Featured
  1. 1. Terminal QuickStart

    How to QuickStart with Command Line on Rocky Linux

    Terminal Rocky QuickStart Guide
  2. 2. Adding EPEL Repo

    Then to Install EPEL Repository for Rocky 8
    First, Enable the Required Repo with:

    sudo dnf config-manager --set-enabled powertools
    Then to Setup it play:
    sudo su -c "dnf install epel-release"