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

How to Install FreeFileSync on Linux Mint 21

July 15, 2022 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading FreeFileSync

    Download FreeFileSync for Linux Mint

    FreeFileSync tar.gz for Linux Mint

    Select “Open with Archive Manager” if possible. The Debian or Ubuntu release will also work on other GNU/Linux systems.

  2. 3. Extracting the Files

    Extract the contents into the /tmp directory. If it doesn’t open automatically, double-click the file in your File Manager:

    Extract FreeFileSync

    Alternatively, you can use the command line:

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

    Move FreeFileSync to /opt:

    sudo mv /tmp/FreeFileSync* /opt/FreeFileSync

    Then set the superuser as the owner:

    sudo chown -R root:root /opt/FreeFileSync
  4. 5. Creating a Symlink

    Create a symbolic link for easy launching:

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

Contents