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

How to Add RPM Sphere Fedora Repo

September 6, 2020 | By the+gnu+linux+evangelist.

GNU/Linux Fedora Enabling RPM Sphere Repo

How to Add RPM Sphere Dnf Fedora GNU/Linux Repository – Step by step Tutorial.

And RPM Sphere for Fedora is a Collection of Extra Packages for Fedora.

Especially relevant: currently the Repo seems to be valid only for the Latest Fedora Release.

But instead it’s valid also for some others Previous Ones!

How to Add RPM Sphere Fedora Repository
  1. 1. Enabling Rpm Fusion Repository

    Add Rpm Fusion Repo for Fedora GNU/Linux

    Rpm Fusion Setup
  2. 2. Downloading Repo

    Now to Download Rpm Sphere Repository for Fedora
    Access the Temporary Folder:

    cd /tmp
    And play:
    curl -O https://github.com/rpmsphere/noarch/blob/master/r/rpmsphere-release*.noarch.rpm
    In case, to Install cURL:
    sudo dnf in curl
  3. 3. Installing Repo

    Now to Install Rpm Sphere Repository for Fedora
    Simply run:

    sudo dnf in /tmp/rpmsphere*.rpm