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
config/wine.1685357732.txt.gz · Last modified: 2023/05/29 11:55 by 127.0.0.1