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

Safe Eyes CentOS 9 Installation – Step-by-step

January 4, 2023 | By the+gnu+linux+evangelist.

Installing

  1. 2. Installing PIP

    How to Install Python 3 PIP in CentOS GNU/Linux

    PIP 3 CentOS Installation Guide
  2. 3. Installing Packages

    Then to Install Required Packages
    Execute:

    sudo dnf install libappindicator-gtk3 cairo-devel cairo-gobject-devel gcc gobject-introspection-devel python3-devel python3-psutil python3-dbus
  3. 4. Installing Safe Eyes

    Then to Install Safe Eyes on CentOS 9
    Simply run:

    sudo pip3 install safeeyes

    And again to Re-Load the Icons cache:

    sudo gtk-update-icon-cache /usr/share/icons/hicolor

Contents