config:wine
This is an old revision of the document!
Wine 4
To install the latest Wine version from WineHQ in Debian 9 / LMDE 3, follow these commands:
sudo dpkg --add-architecture i386 wget -q https://dl.winehq.org/wine-builds/winehq.key -O- | sudo apt-key add - 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
For Ubuntu / Mint 19.1
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 sudo apt-get update sudo apt-get install --install-recommends winehq-stable
https://wiki.winehq.org/Debian
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.1704994501.txt.gz · Last modified: 2024/01/11 17:35 by Wulf Rajek