Difference between revisions of "Mint Linux- Install Wine"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
m
m
Line 7: Line 7:
 
# Configure: winecfg
 
# Configure: winecfg
  
note ***: Add key via console, goto terminal and enter (''instructions for step 2'')
+
note 1 ***: Add key via console, goto terminal and enter (''instructions for step 2'')
 
  <nowiki>sudo wget https://dl.winehq.org/wine-builds/Release.key</nowiki>
 
  <nowiki>sudo wget https://dl.winehq.org/wine-builds/Release.key</nowiki>
 
  <nowiki>sudo apt-key add Release.key</nowiki>
 
  <nowiki>sudo apt-key add Release.key</nowiki>
 +
 +
note 2 ***: The method in note 1 is deprecated!  Yes the butts have to keep changing things.  Now use keyrings.  weee! keyrings!
 +
<nowiki>sudo mkdir -pm755 /etc/apt/keyrings</nowiki>
 +
<nowiki>sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key</nowiki>
  
 
WINE REPOSITORY VERSIONS
 
WINE REPOSITORY VERSIONS

Revision as of 12:00, 15 February 2024

To use a current version of wine we do not want to go though the Software Manager in Mint. A current version of wine is available from the wine repository.

  1. open the "Software Sources" control panel and click "Authentication Keys"
  2. At the bottom click "Download a key" and enter: https://dl.winehq.org/wine-builds/Release.key (** If this fails, see "add key via console below") JUST USE CONSOLE
  3. Click "Additional repositories" choose "+Add a new repository" and enter: deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main SEE NOTE BELOW FOR VERSIONS
  4. Click the "Update cache" button
  5. From console type: sudo apt install --install-recommends winehq-stable -y
  6. Configure: winecfg

note 1 ***: Add key via console, goto terminal and enter (instructions for step 2)

sudo wget https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key

note 2 ***: The method in note 1 is deprecated! Yes the butts have to keep changing things. Now use keyrings. weee! keyrings!

sudo mkdir -pm755 /etc/apt/keyrings
sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key

WINE REPOSITORY VERSIONS

  • Mint 18.3 deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main
  • Mint 19.x deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main
  • Mint 21.x deb https://dl.winehq.org/wine-builds/ubuntu/ jammy main