config:wine
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| config:wine [2024/01/11 17:35] – Wuff | config:wine [2025/09/22 11:12] (current) – Wuff | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Wine 4 ====== | + | ====== Wine ====== |
| - | To install the latest Wine version from WineHQ in Debian | + | To install the latest Wine version from WineHQ in Debian |
| < | < | ||
| - | sudo dpkg --add-architecture i386 | + | sudo mkdir -pm755 / |
| - | wget -q https:// | + | wget -O - https:// |
| - | sudo apt-add-repository | + | sudo wget -NP / |
| sudo apt-get update | sudo apt-get update | ||
| sudo apt-get install --install-recommends winehq-stable | sudo apt-get install --install-recommends winehq-stable | ||
| Line 12: | Line 12: | ||
| </ | </ | ||
| - | For Ubuntu / Mint 19.1 | + | For Ubuntu |
| < | < | ||
| - | wget -q https:// | + | sudo mkdir -pm755 / |
| - | echo " | + | wget -O - https:// |
| + | sudo wget -NP / | ||
| sudo apt-get update | sudo apt-get update | ||
| sudo apt-get install --install-recommends winehq-stable | sudo apt-get install --install-recommends winehq-stable | ||
| + | wine --version | ||
| </ | </ | ||
| https:// | https:// | ||
| + | ===== Disable debug output ===== | ||
| To disable wine debug messages, either prefix wine with the environment variable like | To disable wine debug messages, either prefix wine with the environment variable like | ||
config/wine.1704994501.txt.gz · Last modified: by Wuff