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

How to Install EPEL in Red Hat Gnu/Linux 8

September 10, 2019 | By the+gnu+linux+evangelist.

Red Hat Linux 8 EPEL Repository Setup – Step-by-step Guide

The Tip Simply Shows How to Enable the EPEL Repository on Red Hat Enterprise Linux 8 64-bit .

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

How to Install EPEL in RedHat GNU/Linux 8
  1. 1. Terminal Getting-Started Guide

    How to Quick-Start with Command Line on Red Hat Linux:

    Console Red Hat Linux QuickStart Guide
  2. 2. Adding EPEL Repo on RHEL 8

    To Install the EPEL Repository for Red Hat Enterprise Linux 8, first enable the CodeReady Builder repository:

    sudo subscription-manager repos --enable codeready-builder-for-rhel-8-$(arch)-rpms

    Then install the EPEL release package:

    sudo dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
  3. 3. Enabling CRB Repo (Alternative Method)

    If the previous method does not work, enable the CRB repository using:

    sudo dnf config-manager --set-enabled crb
  4. How to Install Adobe Reader for Red Hat: Setup Adobe Reader for Red Hat