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

Step-by-step – GCC 11.2 Installation in Fedora 33

August 25, 2021 | By the+gnu+linux+evangelist.

Switching

  1. 8. Switching System GCC

    (Optional) Finally, to easy Managing GCC Versions use Alternatives
    The New GCC relase should be Automatically Set as Default over the Installation.
    So now to Set System for to manage a Multi Compiler.
    Add the System GCC with alternatives playing:

    sudo alternatives --install /usr/lib64/ccache/gcc gcc /usr/bin/x86_64-redhat-linux-gcc 20

    Next to Switch between GCC Versions play:

    sudo alternatives --config gcc

    Last, to test the GCC in use:

    gcc -v
  2. Step-by-step GCC 11.2 Fedora 33 Installation Guide - alternatives GCC

    Congratulations, your GCC 11.2 should be now nicely working on Fedora 33. Good Luck! :)