config:wine
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
config:wine [2024/01/12 12:39] – Wulf Rajek | config:wine [2025/09/22 11:12] (current) – Wulf Rajek | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Wine ====== | ====== Wine ====== | ||
- | To install the latest Wine version from WineHQ in Debian, follow these commands: | + | To install the latest Wine version from WineHQ in Debian |
< | < | ||
- | sudo dpkg --add-architecture i386 | + | sudo mkdir -pm755 / |
- | wget -q https:// | + | wget -O - https:// |
- | sudo apt-add-repository | + | sudo wget -NP / |
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: | ||
</ | </ | ||
- | For Ubuntu | + | For Ubuntu |
< | < | ||
- | wget -q https:// | + | sudo mkdir -pm755 / |
- | echo " | + | wget -O - https:// |
+ | sudo wget -NP / | ||
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 | ||
</ | </ | ||
config/wine.txt · Last modified: by Wulf Rajek