Upgrading Wine 4.x to 5.0 on Linux Mint 19.3 Cinnamon 64bit. Commands in terminal.
- sudo dpkg –add-architecture i386
- wget -nc https://dl.winehq.org/wine-builds/winehq.key
- sudo apt-key add winehq.key
- sudo apt-add-repository ‘deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main’
- wget -nc https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04/Release.key
- sudo apt-key add Release.key
- sudo apt-add-repository ‘deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04/ ./’
- might be needed: sudo apt-key adv –keyserver keyserver.ubuntu.com –recv-keys DFA175A75104960E
- sudo apt update
- sudo apt install –install-recommends winehq-stable
- winecfg