config:wine
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| config:wine [2018/10/10 23:19] – created Wuff | config:wine [2025/09/22 11:12] (current) – Wuff | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Wine 3 on Debian | + | ====== Wine ====== |
| - | To install the latest Wine version from WineHQ in debian/lmde, follow these commands: | + | To install the latest Wine version from WineHQ in Debian Bookworm, follow these commands: |
| < | < | ||
| - | sudo dpkg --add-architecture i386 | + | sudo mkdir -pm755 / |
| - | wget -nc https:// | + | wget -O - https:// |
| - | sudo apt-key add Release.key | + | sudo wget -NP / |
| - | sudo apt-add-repository | + | |
| 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 13: | Line 12: | ||
| </ | </ | ||
| + | For Ubuntu Noble / Mint 22.2 | ||
| + | < | ||
| + | sudo mkdir -pm755 / | ||
| + | wget -O - https:// | ||
| + | sudo wget -NP / | ||
| + | |||
| + | sudo apt-get update | ||
| + | sudo apt-get install --install-recommends winehq-stable | ||
| + | wine --version | ||
| + | </ | ||
| + | |||
| + | https:// | ||
| + | |||
| + | ===== Disable debug output ===== | ||
| + | |||
| + | To disable wine debug messages, either prefix wine with the environment variable like | ||
| + | < | ||
| + | WINEDEBUG=-all wine command | ||
| + | </ | ||
| + | or add into .bashrc or profile | ||
| + | < | ||
| + | # disable all wine debug messages | ||
| + | export WINEDEBUG=-all | ||
| + | </ | ||
config/wine.1539209987.txt.gz · Last modified: (external edit)