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

How to Install EPEL Repository on Oracle Linux 9

November 8, 2022 | By the+gnu+linux+evangelist.

GNU/Linux Oracle 9 Adding EPEL Repository

Hi! The Guide Simply Shows How to Install EPEL Repo in Oracle Enterprise GNU/Linux 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, Oracle Enterprise Linux (RHEL), Oracle and Scientific Linux (SL), Oracle Enterprise Linux (OEL).

How to Install EPEL Repo Oracle Enterprise Linux - Featured
  1. 1. Terminal QuickStart

    How to QuickStart with Command Line on Oracle Linux

    Terminal OEL QuickStart Guide
  2. 2. Adding EPEL Repo

    Then to Install EPEL Repository for Oracle 9
    Simply play:

    sudo su -c "dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm"
  3. 3. Enabling CRB Repo

    Next to Enable CRB Repository
    Run:

    sudo /usr/bin/crb enable