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/01/12 22:52] Wuffconfig:wine [2025/09/22 11:12] (current) Wuff
Line 1: Line 1:
-====== Wine 3 on Debian ======+====== 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:
  
 <code> <code>
-sudo dpkg --add-architecture i386  +sudo mkdir -pm755 /etc/apt/keyrings 
-wget -nc https://dl.winehq.org/wine-builds/winehq.key +wget -O - https://dl.winehq.org/wine-builds/winehq.key | sudo gpg --dearmor -o /etc/apt/keyrings/winehq-archive.key 
-sudo apt-key add winehq.key +sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.sources 
-sudo apt-add-repository https://dl.winehq.org/wine-builds/debian/+sudo apt-get update 
 +sudo apt-get install --install-recommends winehq-stable 
 +wine --version 
 +</code> 
 + 
 +For Ubuntu Noble / Mint 22.
 +<code> 
 +sudo mkdir -pm755 /etc/apt/keyrings 
 +wget -- https://dl.winehq.org/wine-builds/winehq.key | sudo gpg --dearmor -o /etc/apt/keyrings/winehq-archive.key - 
 +sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/noble/winehq-noble.sources 
 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://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.1547333546.txt.gz · Last modified: (external edit)