GNU/Linux Mint Adding Latest Wine Repository
Hi! This Tip shows you How to Install the Latest WineHQ Linux Mint Repository.
Especially relevant is how you dispose of 2 Branches of the Latest Wine Release: Stable and Development.
Linux Mint Terminal Tutorial for Beginners
First, Add Wine GPG Key
Simply with:wget -O - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
(For the Newer Release in case of apt-key Issue see: Gpg.d Keyring Setup Guide.)Then to Add Latest WineHQ Mint Repo
For Mint 20.x:sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
Again for Mint 19.x:sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
And for Mint 18.x:sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'
Instead, for Mint 17.x:
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ trusty main'
Finally, Refresh Mint Repository.
sudo apt-get update
How to Install the Latest WineHQ in Mint Linux
So Now I’m truly Happy if My Guide could Help you to Install the Latest Wine Linux Mint Repository!