, ##### , linux mint 19 , , sudo apt-add-repository deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main , , sudo apt update , , ( , , if the update complains about the key missing: , Err:6 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease , The following signatures couldnt be verified because the public key is not available: NO_PUBKEY 818A435C5FCBF54A , , sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys add-key-here , , sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 818A435C5FCBF54A , , sudo apt update , , ) , , sudo apt-get install --install-recommends winehq-stable , , Install mono and gecko , , let the app install the packages (maybe twice??) , , ##### , ,