Upgrading Wine 4.x to 5.0 on Linux Mint 19.3 Cinnamon 64bit. Commands in terminal.

  1. sudo dpkg –add-architecture i386
  2. wget -nc https://dl.winehq.org/wine-builds/winehq.key
  3. sudo apt-key add winehq.key
  4. sudo apt-add-repository ‘deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main’
  5. wget -nc https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04/Release.key
  6. sudo apt-key add Release.key
  7. sudo apt-add-repository ‘deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04/ ./’
  8. might be needed: sudo apt-key adv –keyserver keyserver.ubuntu.com –recv-keys DFA175A75104960E
  9. sudo apt update
  10. sudo apt install –install-recommends winehq-stable
  11. winecfg

 

 

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *