Установка Wine.hq в Ubuntu 20.04

Привет, я сейчас устанавливаю Wine.HQ на свой рабочий стол Ubuntu. Моя проблема заключается в следующем:

$ sudo dpkg --add-architecture i386
$ wget -O - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -

--2021-04-19 21:20:03--  https://dl.winehq.org/wine-builds/winehq.key
Resolving dl.winehq.org (dl.winehq.org)... 199.232.134.217
Connecting to dl.winehq.org (dl.winehq.org)|199.232.134.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  

2021-04-19 21:20:09 (3,80 MB/s) - written to stdout [3220/3220]

OK
$ sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
Hit:1 https://brave-browser-apt-release.s3.brave.com stable InRelease          
Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease                         
Hit:3 http://ppa.launchpad.net/obsproject/obs-studio/ubuntu focal InRelease    
Hit:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease                 
Hit:5 http://packages.microsoft.com/repos/code stable InRelease                
Hit:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease               
Ign:7 https://dl.winehq.org/wine-bulds/ubuntu focal InRelease                  
Hit:8 http://archive.ubuntu.com/ubuntu focal-security InRelease                
Hit:9 https://dl.winehq.org/wine-builds/ubuntu focal InRelease 
Hit:10 https://dl.winehq.org/wine-builds/ubuntu eoan InRelease 
Err:11 https://dl.winehq.org/wine-bulds/ubuntu focal Release   
  404  Not Found [IP: 199.232.134.217 443]
Hit:12 http://repository.spotify.com stable InRelease          
Reading package lists... Done
E: The repository 'https://dl.winehq.org/wine-bulds/ubuntu focal 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.

Я не знаю, что мне делать, у кого-то была такая же ошибка, и я знаю, как ее исправить?

0
задан 20 April 2021 в 03:31

1 ответ

Я исправил это, он работает, если вы сделаете это:

sudo dpkg --add-architecture i386 
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
sudo add-apt-repository ppa:cybermax-dexter/sdl2-backport
sudo apt-get update
sudo apt-get install --install-recommends wine-staging
0
ответ дан 23 April 2021 в 23:20

Другие вопросы по тегам:

Похожие вопросы: