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

Step-by-step – Solus GeckoDriver Installation

June 10, 2022 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading Gecko Driver in Solus

    Download Gecko Driver in Solus GNU/Linux

    Get GeckoDriver tar.gz for Solus

    If possible Select directly “Open with Solusive Manager”!

  2. 3. Extracting GeckoDriver Solusive

    Then Extract GeckoDriver tar.gz into /tmp Directory
    If it does Not Open automatically then Double-Click on File Manager:

    How to Install GeckoDriver on Solus Linux - Extracting
    Or from Command Line:

    tar xvzf ~/Downloads/geckodriver*.tar.gz -C /tmp/
  3. 4. Setting Up GeckoDriver

    First, Set the SuperUser as Owner
    (Here a System-wide Setup. For a Local one store it into the Home Folder and then provide to Setup the PATH consequently.)
    Simply with:

    sudo chown -R root:root /tmp/geckodriver*

    And to Set up GeckoDriver Switch it in a Directory in the System’s PATH like:

    sudo mv /tmp/geckodriver* /usr/local/bin/

Contents