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 [2019/02/06 11:32] Wulf Rajekconfig: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:
  
 <code> <code>
 sudo dpkg --add-architecture i386  sudo dpkg --add-architecture i386 
-wget -nc https://dl.winehq.org/wine-builds/winehq.key +wget -https://dl.winehq.org/wine-builds/winehq.key -O- | sudo apt-key add -
-sudo apt-key add winehq.key+
 sudo apt-add-repository https://dl.winehq.org/wine-builds/debian/ sudo apt-add-repository https://dl.winehq.org/wine-builds/debian/
 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
 +</code>
 +
 +For Ubuntu Jammy / Mint 21.2
 +<code>
 +wget -q https://dl.winehq.org/wine-builds/winehq.key -O- | sudo apt-key add -
 +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 install --install-recommends winehq-stable
 </code> </code>
  
 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.1549452746.txt.gz · Last modified: 2023/05/29 11:53 (external edit)