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

How to Add Remi Repo for CentOS 8.x/Stream-8 Gnu/Linux

January 7, 2021 | By the+gnu+linux+evangelist.

GNU/Linux CentOS 8.x/Stream-8 Enabling Remi Rpm Repo Guide

Hi! The Tutorial Show How to Add the Remi Collet Repositories for CentOS 8.x/Stream-8 Enterprise GNU/Linux x8664 Workstation/Server.

The Remi Rpms Repo contains newer MySQL, PHP Releases & Extensions, and other useful Software that otherwise are Not available on the default YUM Repos.

Install Remi Repo for CentOS 8.x/Stream-8 Linux - Featured
  1. 1. Launching Terminal

    Open a Shell Session
    (Press “Enter” to Execute Commands)

    Open Terminal

    How to QuickStart with Command Line on CentOS

    Here Terminal CentOS QuickStart Guide
    Link to Step-by-Step Guide on Getting Started with Command Line in CentOS
  2. 2. Enabling Rpm Fusion

    Enabling required EPEL Repo
    Download the Latest EPEL 8 64-bit Repo Release

    Here epel-release 8 Repo x8664 .rpm Package
    Link to Download the Latest EPEL for CentOS/RHEL/OEL Linux 8
    Copy
    sudo su -c "rpm -Uvh $HOME/Downloads/epel*.rpm"
  3. 3. Enabling Remi Repo

    Now to Enable Remi Repository
    Simply play:

    Copy
    sudo dnf install http://rpms.remirepo.net/enterprise/remi-release-8.rpm
    Then to List PHP5 and MariaDB Available Releases:
    Copy
    yum --enablerepo=remi,remi-test,epel list php
    Copy
    yum --enablerepo=remi,remi-test,epel list mariadb mariadb-server