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

Step-by-step – WineHQ Installation in Zorin OS

June 19, 2020 | By the+gnu+linux+evangelist.

Installing

  1. 2. Setting Up Repository

    How to Add Latest Wine Zorin OS Repository

    Here Latest Wine Zorin OS Repo Setup
    How to Add Latest Wine Zorin OS Repository
  2. 3. Installing WineHQ

    Finally, to Install the Latest Wine on
    For the Stable Release:

    Copy
    sudo apt install --install-recommends winehq-stable

    Instead, for the Development one:

    Copy
    sudo apt install --install-recommends winehq-devel
  3. 4. Amending User’s Path

    Again Append Wine into the Path
    Simply play:

    Copy
    echo "export PATH=$PATH:/opt/wine-stable/bin" >> ~/.bashrc

    In case of wine-staging amend the above Command.
    Finally, Reload the Bash Path simply with:

    Copy
    bash

Contents