config:wine
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| config:wine [2019/02/06 11:32] – Wuff | config:wine [2025/09/22 11:12] (current) – Wuff | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Wine 4 on Debian / LMDE ====== | + | ====== 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 winehq.key | + | sudo wget -NP / |
| - | sudo apt-add-repository | + | sudo apt-get update |
| + | sudo apt-get install --install-recommends | ||
| + | wine --version | ||
| + | </ | ||
| + | |||
| + | For Ubuntu Noble / Mint 22.2 | ||
| + | < | ||
| + | sudo mkdir -pm755 /etc/apt/keyrings | ||
| + | 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 | ||
| Line 14: | Line 24: | ||
| https:// | 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.1549452746.txt.gz · Last modified: (external edit)