User Tools

Site Tools


nnm:linux

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
Next revision Both sides next revision
nnm:linux [2020/08/03 22:01]
kemal.oeztas
nnm:linux [2020/11/27 15:11]
kemal.oeztas
Line 17: Line 17:
 ==== Option 1: Wine ==== ==== Option 1: Wine ====
  
-The following instructions are for **Ubuntu version ​19.10**.+The following instructions are for **Ubuntu version ​20.10**.
 Commands for the Wine installation on various distributions are given in [[https://​nextnano.eu/​dokuwiki/​doku.php?​id=nnm:​wine_installation|Wine Installation]]. Commands for the Wine installation on various distributions are given in [[https://​nextnano.eu/​dokuwiki/​doku.php?​id=nnm:​wine_installation|Wine Installation]].
 A detailed description on how to install WineHQ on Ubuntu can be found here: [[https://​wiki.winehq.org/​Ubuntu|Install WineHQ package on Ubuntu]] A detailed description on how to install WineHQ on Ubuntu can be found here: [[https://​wiki.winehq.org/​Ubuntu|Install WineHQ package on Ubuntu]]
  
-The following commands are needed to install WineHQ on Ubuntu ​19.10.+The following commands are needed to install WineHQ on Ubuntu ​20.10.
 <​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 apt-add-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