Не может установить Вино на Ubuntu 19.04

Я довольно плохо знаком с Ubuntu и поэтому с этим форумом, таким образом, я заранее сожалею о любой ошибке, которую я мог бы сделать.

Я выполнил шаги на https://wiki.winehq.org/Ubuntu, и результаты следующие:

  • Включение архитектуры на 32 бита хорошо работает:
sudo dpkg --add-architecture i386 
  • Загрузка и добавление ключа репозитория хорошо работают:
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key

Однако при попытке добавить репозиторий

sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ disco main'

консоль возвращает следующее:

Hit:1 http://ppa.launchpad.net/cybermax-dexter/sdl2-backport/ubuntu disco InRelease
Hit:2 http://archive.ubuntu.com/ubuntu disco InRelease                         
Hit:3 http://dl.winehq.org/wine-builds/ubuntu artful InRelease                 
Ign:4 http://dl.google.com/linux/chrome/deb stable InRelease                   
Hit:5 http://ppa.launchpad.net/giact/winehq/ubuntu disco InRelease             
Hit:6 http://dl.google.com/linux/chrome/deb stable Release                     
Hit:7 https://dl.winehq.org/wine-builds/ubuntu disco InRelease                 
Hit:8 http://ppa.launchpad.net/ricotz/unstable/ubuntu disco InRelease          
Hit:9 https://dl.winehq.org/wine-builds/ubuntu cosmic InRelease     
Hit:11 https://dl.winehq.org/wine-builds/ubuntu xenial InRelease         
Ign:12 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu disco InRelease
Ign:14 http://ppa.launchpad.net/wine/wine-builds/ubuntu disco InRelease        
Ign:15 http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu disco InRelease         
Err:16 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu disco Release
  404  Not Found [IP: 91.189.95.83 80]
Err:17 http://ppa.launchpad.net/wine/wine-builds/ubuntu disco Release
  404  Not Found [IP: 91.189.95.83 80]
Ign:13 https://www.winehq.org/wine-builds/ubuntu disco InRelease
Err:18 http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu disco Release
  404  Not Found [IP: 91.189.95.83 80]
Err:19 https://www.winehq.org/wine-builds/ubuntu disco Release
  404  Not Found [IP: 4.15.184.77 443]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/ubuntu-wine/ppa/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://ppa.launchpad.net/wine/wine-builds/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://ppa.launchpad.net/xorg-edgers/ppa/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 'https://winehq.org/wine-builds/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.

При попытке обновить, возвращаются довольно подобные результаты к предыдущей команде.

Я также попробовал все на этом сообщении ни кроме чего, работал.

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

Спасибо всем заранее.

РЕДАКТИРОВАНИЕ 1: sudo способное вино установки не поможет, ни пакеты фиксации.

sudo apt install wine
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 wine : Depends: wine64 (>= 4.0.2-0ubuntu1~19.04~ricotz2) or
                 wine32 (>= 4.0.2-0ubuntu1~19.04~ricotz2)
        Depends: wine64 (< 4.0.2-0ubuntu1~19.04~ricotz2.1~) or
                 wine32 (< 4.0.2-0ubuntu1~19.04~ricotz2.1~)
E: Unable to correct problems, you have held broken packages.
sudo dpkg --configure -a
sudo apt install -f
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
0
задан 4 October 2019 в 13:14

1 ответ

Почему бы не выполнять sudo способное вино установки вместо всего это?

Это означает, что Вы напрасно сверхусложняете вещи и стреляете себе в ногу.

Если бы Вы просто ничего не сделали, т.е. не добавили repo и т.д., то быстрое способное вино установки сделало бы все, в чем Вы нуждаетесь.

Вместо этого Вы испачкали добавление repo, и теперь это явно жалуется на тот ("Некоторые пакеты, не мог быть установлен. Это может означать запрос невозможной ситуации...").

Таким образом, то, что необходимо сделать, удаляют это repo, затем выполняют способное обновление и затем просто устанавливают вино.

0
ответ дан 22 December 2019 в 00:25

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

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