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

WineHQ Installation on Parrot OS 5 – Step by step

October 30, 2023 | By the+gnu+linux+evangelist.

Installing

[ad_slider autoplay=”true” interval=”8″ count=”5″]

  1. 2. Setting Up Repository

    How to Add Latest Wine Debian Repository

    Latest Wine Debian Repo Setup
    [ad_slider autoplay=”true” interval=”8″ count=”5″]
  2. 3. Installing WineHQ

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

    sudo apt install --install-recommends winehq-stable

    Instead, for the Development one:

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

    Again Append Wine into the Path
    Simply play:

    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:

    bash

[ad_slider autoplay=”true” interval=”8″ count=”5″]

Contents