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

How to Install ElRepo Repository on CentOS Stream 9

July 18, 2022 | By the+gnu+linux+evangelist.

GNU/Linux CentOS Stream 9 Installing ELRepo Repo Guide

How to Install/Enable/Set-Up the ELRepo Enterprise Linux Repository on CentOS Stream 9 GNU/Linux.

The ELRepo Project focuses on Hardware related Packages to enhance your experience with Enterprise Linux.

This Repo includes Filesystem Drivers, Graphics Drivers, Network Drivers, Sound Drivers, Webcam and Graphics Drivers.

Finally, this Guide is valid also for all the others RHEL Based Distros like:

  • Red Hat Enterprise Linux 9
  • Rocky Linux 9
  • AlmaLinux 9
  • Oracle Enterprise Linux 9
How to Add ElRepo Repository for CentOS Stream 9
  1. 1. Terminal QuickStart

    How to QuickStart with Command Line on CentOS

    Terminal CentOS QuickStart Guide
  2. 2. Importing ElRepo Key

    Import the GPG Key
    Simply running:

    sudo rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

  3. 3. Installing ElRepo Repository

    Finally, to Install ELRepo Repository
    Simply play:

    sudo yum install https://www.elrepo.org/elrepo-release-9.el9.elrepo.noarch.rpm