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/03/06 21:41] – Wulf Rajek | config:wine [2024/01/12 12:39] (current) – Wulf Rajek | ||
---|---|---|---|
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, follow these commands: |
< | < | ||
Line 12: | Line 12: | ||
</ | </ | ||
- | For Ubuntu / Mint 19.1 | + | For Ubuntu |
< | < | ||
wget -q https:// | wget -q https:// | ||
- | echo "deb https:// | + | echo "deb 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 | ||
Line 21: | Line 21: | ||
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.1551908491.txt.gz · Last modified: 2023/05/29 11:53 (external edit)