User Tools

Site Tools


config:wine

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
config:wine [2023/05/29 11:55] – external edit 127.0.0.1config:wine [2024/01/12 12:39] (current) Wulf Rajek
Line 1: Line 1:
-====== Wine ======+====== Wine ======
  
-To install the latest Wine version from WineHQ in Debian 9 / LMDE 3, follow these commands:+To install the latest Wine version from WineHQ in Debian, follow these commands:
  
 <code> <code>
Line 12: Line 12:
 </code> </code>
  
-For Ubuntu / Mint 19.1+For Ubuntu Jammy / Mint 21.2
 <code> <code>
 wget -q https://dl.winehq.org/wine-builds/winehq.key -O- | sudo apt-key add - wget -q https://dl.winehq.org/wine-builds/winehq.key -O- | sudo apt-key add -
-echo "deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main" | sudo tee /etc/apt/sources.list.d/winehq.list+echo "deb https://dl.winehq.org/wine-builds/ubuntu/ jammy main" | sudo tee /etc/apt/sources.list.d/winehq.list
 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://wiki.winehq.org/Debian https://wiki.winehq.org/Debian
 +
 +===== Disable debug output =====
 +
 +To disable wine debug messages, either prefix wine with the environment variable like
 +<code>
 +WINEDEBUG=-all wine command
 +</code>
 +or add into .bashrc or profile
 +<code>
 +# disable all wine debug messages
 +export WINEDEBUG=-all
 +</code>
config/wine.1685357732.txt.gz · Last modified: 2023/05/29 11:55 by 127.0.0.1