Mint Linux- Install Wine: Difference between revisions

From Free Knowledge Base- The DUCK Project
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
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.   
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.   
# open the "Software Sources" control panel and click "Authentication Keys"
# <s>open the "Software Sources" control panel and click "Authentication Keys"</s>
# At the bottom click "Download a key" and enter:  <nowiki>https://dl.winehq.org/wine-builds/Release.key</nowiki> (** If this fails, see "add key via console below")
# <s>At the bottom click "Download a key" and enter:  <nowiki>https://dl.winehq.org/wine-builds/Release.key</nowiki></s> (** If this fails, see "add key via console below") JUST USE CONSOLE
# Click "Additional repositories" choose <nowiki>"+Add a new repository" and enter: deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main</nowiki>
# Click "Additional repositories" choose <nowiki>"+Add a new repository" and enter: deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main</nowiki>
# Click the "Update cache" button
# Click the "Update cache" button
Line 7: Line 7:
# Configure: winecfg
# Configure: winecfg


note ***: Add key via console, goto terminal and enter <nowiki>"wget https://dl.winehq.org/wine-builds/Release.key" followed by "sudo apt-key add Release.key"</nowiki>
note ***: Add key via console, goto terminal and enter  
<nowiki>wget https://dl.winehq.org/wine-builds/Release.key</nowiki>
<nowiki>sudo apt-key add Release.key</nowiki>

Revision as of 10:00, 9 November 2019

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
  4. Click the "Update cache" button
  5. From console type: sudo apt install --install-recommends winehq-stable -y
  6. Configure: winecfg

note ***: Add key via console, goto terminal and enter

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