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

How to Install FreeFileSync on Linux Mint 22 – Step-by-Step

August 4, 2024 | By the+gnu+linux+evangelist.

Installing

  1. 3. Extracting

    Then Extract into /tmp directory.
    If it does not open automatically, double-click on it in the File Manager:

    How to Install FreeFileSync on GNU/Linux Mint 22 - Extracting
    Or from the command line:

    tar xvzf ~/Downloads/FreeFileSync*.tar.gz -C /tmp/
  2. 4. Installing FreeFileSync

    Next, Relocate FreeFileSync.
    To switch contents, use:

    sudo mv /tmp/FreeFileSync* /opt/FreeFileSync

    Then set the SuperUser as Owner with:

    sudo chown -R root:root /opt/FreeFileSync
  3. 5. Making Symlink

    Next, Make a Symlink for Easy Launching.
    Run the following command:

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

Contents