User Tools

Site Tools


nnm:wine_installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
nnm:wine_installation [2020/06/15 20:32]
kemal.oeztas
nnm:wine_installation [2023/10/25 20:18]
carola.burkl removed
Line 1: Line 1:
 Below are the commands for installing Wine on various Ubuntu distributions. Below are the commands for installing Wine on various Ubuntu distributions.
  
-===Ubuntu ​19.10=== +===Ubuntu ​20.10=== 
-On Ubuntu ​19.10, following commands will install the stable branch of Wine:+On Ubuntu ​20.10, following commands will install the stable branch of Wine:
 <​code>​ <​code>​
 sudo dpkg --add-architecture i386  sudo dpkg --add-architecture i386 
 wget -nc https://​dl.winehq.org/​wine-builds/​winehq.key wget -nc https://​dl.winehq.org/​wine-builds/​winehq.key
 sudo apt-key add winehq.key sudo apt-key add winehq.key
-sudo apt-add-repository 'deb https://​dl.winehq.org/​wine-builds/​ubuntu/ ​eoan main' ​+sudo add-apt-repository 'deb https://​dl.winehq.org/​wine-builds/​ubuntu/ ​groovy ​main' ​
 sudo apt update sudo apt update
 sudo apt install --install-recommends winehq-stable sudo apt install --install-recommends winehq-stable