Difference between revisions of "Mint Linux- Install Wine"
From Free Knowledge Base- The DUCK Project: information for everyone
(Created page with "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 "Soft...") |
m |
||
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" | # open the "Software Sources" control panel and click "Authentication Keys" | ||
− | # 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") | + | # 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") |
− | # Click "Additional repositories" choose "+Add a new repository" and enter: deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main | + | # 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 | ||
− | # From console type: apt install --install-recommends winehq-stable -y | + | # From console type: <nowiki>apt install --install-recommends winehq-stable -y</nowiki> |
# Configure: winecfg | # Configure: winecfg | ||
− | note ***: Add key via console, goto terminal and enter "wget https://dl.winehq.org/wine-builds/Release.key" followed by "sudo apt-key add Release.key" | + | 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> |
Revision as of 17:54, 21 April 2018
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"
- 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")
- Click "Additional repositories" choose "+Add a new repository" and enter: deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main
- Click the "Update cache" button
- From console type: apt install --install-recommends winehq-stable -y
- Configure: winecfg
note ***: Add key via console, goto terminal and enter "wget https://dl.winehq.org/wine-builds/Release.key" followed by "sudo apt-key add Release.key"