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

Step-by-step – How to Install GCC 12.1 on Fedora 36

May 25, 2022 | 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 12.1 Fedora 36 Installation Guide - alternatives GCC

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

Contents