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] – Wulf Rajek | config:wine [2024/01/12 12:39] (current) – Wulf Rajek | ||
---|---|---|---|
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, follow these commands: |
< | < | ||
sudo dpkg --add-architecture i386 | sudo dpkg --add-architecture i386 | ||
- | wget -nc https:// | + | wget -q https:// |
- | sudo apt-key add winehq.key | + | |
sudo apt-add-repository https:// | sudo apt-add-repository https:// | ||
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 | wine --version | ||
+ | </ | ||
+ | |||
+ | For Ubuntu Jammy / Mint 21.2 | ||
+ | < | ||
+ | wget -q https:// | ||
+ | echo "deb https:// | ||
+ | sudo apt-get update | ||
+ | sudo apt-get install --install-recommends winehq-stable | ||
</ | </ | ||
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: 2023/05/29 11:53 (external edit)