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

How to Install GNOME 3 Desktop on Rocky Gnu/Linux 8

December 9, 2021 | By the+gnu+linux+evangelist.

Installing

  1. 2. Installing GNOME 3 Desktop

    Then to Install GNOME 3 Desktop on Rocky
    Simply play:

    yum groupinstall "Server with GUI"

    Or else:

    yum groupinstall Workstation

    Possibly to List all the available Alternatives:

    yum group list

    Again enable the Graphical Environment with:

    systemctl set-default graphical
    

    Thanks to wiki.crowncloud.net.

  2. 3. Booting GNOME 3 Desktop

    Now to Boot GNOME 3 Desktop
    So from Shell run:

    sudo reboot

    And Login with your User’s Credentials:

    Login
    Desktop

    And Happy

Contents