سلام
من با آموزشی که در wiki.winehq.org/Ubuntu قرار دارد اقدام به نصب wine کردم و به اررور ۴۰۴ برخورد کردم:
amirehsan@AmirEhsan:~$ sudo dpkg --add-architecture i386
[sudo] password for amirehsan:
amirehsan@AmirEhsan:~$ wget -O - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
--2020-05-31 16:28:07-- https://dl.winehq.org/wine-builds/winehq.key
Resolving dl.winehq.org (dl.winehq.org)... 151.101.194.217, 151.101.130.217, 151.101.66.217, ...
Connecting to dl.winehq.org (dl.winehq.org)|151.101.194.217|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3220 (3.1K) [application/pgp-keys]
Saving to: ‘STDOUT’
- 100%[=======================>] 3.14K --.-KB/s in 0.001s
2020-05-31 16:28:07 (2.75 MB/s) - written to stdout [3220/3220]
OK
amirehsan@AmirEhsan:~$ sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ eoan main'
Ign:1 http://archive.ubuntu.com/ubuntu disco InRelease
Hit:2 http://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_16.04 ./ InRelease
Ign:3 http://archive.ubuntu.com/ubuntu disco-updates InRelease
Hit:4 https://dl.winehq.org/wine-builds/ubuntu eoan InRelease
Ign:5 http://archive.ubuntu.com/ubuntu disco-backports InRelease
Hit:6 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease
Ign:7 http://archive.ubuntu.com/ubuntu disco-security InRelease
Hit:8 https://dl.winehq.org/wine-builds/ubuntu disco InRelease
Err:9 http://archive.ubuntu.com/ubuntu disco Release
404 Not Found [IP: 91.189.88.152 80]
Err:10 http://archive.ubuntu.com/ubuntu disco-updates Release
404 Not Found [IP: 91.189.88.152 80]
Err:11 http://archive.ubuntu.com/ubuntu disco-backports Release
404 Not Found [IP: 91.189.88.152 80]
Err:12 http://archive.ubuntu.com/ubuntu disco-security Release
404 Not Found [IP: 91.189.88.152 80]
Reading package lists... Done
E: The repository 'http://archive.ubuntu.com/ubuntu disco Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://archive.ubuntu.com/ubuntu disco-updates Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://archive.ubuntu.com/ubuntu disco-backports Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://archive.ubuntu.com/ubuntu disco-security Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
amirehsan@AmirEhsan:~$