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 [2025/09/22 11:12] (current) Wuff
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 Bookworm, follow these commands:
  
 <code> <code>
-sudo dpkg --add-architecture i386  +sudo mkdir -pm755 /etc/apt/keyrings 
-wget -https://dl.winehq.org/wine-builds/winehq.key -O- | sudo apt-key add +wget -O - https://dl.winehq.org/wine-builds/winehq.key | sudo gpg --dearmor -o /etc/apt/keyrings/winehq-archive.key - 
-sudo apt-add-repository https://dl.winehq.org/wine-builds/debian/+sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.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 12: Line 12:
 </code> </code>
  
-For Ubuntu / Mint 19.1+For Ubuntu Noble / Mint 22.2
 <code> <code>
-wget -https://dl.winehq.org/wine-builds/winehq.key -O- | sudo apt-key add +sudo mkdir -pm755 /etc/apt/keyrings 
-echo "deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main" | sudo tee /etc/apt/sources.list.d/winehq.list+wget -O - 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
 +wine --version
 </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.1685357732.txt.gz · Last modified: by 127.0.0.1