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

How to Install GitEye on Fedora 39 – Step-by-step

March 19, 2024 | By the+gnu+linux+evangelist.

Installing

  1. 3. Extracting GitEye

    Then Extract it into /tmp/GitEye
    Possibly Double-Click/Right-Click and Open with Archive Manager:

    How to Install GitEye in Fedora 39 - GitEye Extraction
    Or from Shell:

    mkdir /tmp/GitEye
    unzip -d /tmp/GitEye ~/Downloads/GitEye*.zip
  2. 4. Setting Up GitEye

    Relocating GitEye
    First, Set the SuperUser as Owner:

    sudo chown -R root:root /tmp/GitEye

    Then Switch Contents:

    sudo mv /tmp/GitEye /opt/GitEye

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

  3. 5. Launching GitEye

    Launching GitEye from Shell
    Create a Symlink to make it Easier:

    sudo ln -s /opt/GitEye/GitEye /usr/local/bin/GitEye

    Then Launch it simply with:

    GitEye

    How to Create a GitEye Desktop Menu App Launcher

    Desktop Launcher Guide

    How to Install GitEye in Fedora 39 - UI

Contents