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

How to Install EPEL in Oracle Gnu/Linux 8

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

Oracle Linux 8 EPEL Repository Setup – Step-by-step Guide

The Tip Simply Shows How to Enable the EPEL Repository on Oracle 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), Rocky Linux, AlmaLinux, Oracle Enterprise Linux (OEL), and Scientific Linux (SL).

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

    How to Quick Start with Command Line on Oracle Linux:

    Console Oracle Linux QuickStart Guide
  2. 2. Adding EPEL Repo on Oracle Linux 8

    To Install the official EPEL Repository for Oracle Linux 8, run:

    sudo dnf install -y oracle-epel-release-el8

    Then enable the EPEL developer channel:

    sudo dnf config-manager --enable ol8_developer_EPEL
  3. 3. Enabling CRB Repo (CodeReady Builder)

    To Enable the CRB (CodeReady Builder) repository on Oracle Linux 8:

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