'packages.microsoft.com/ubuntu/20.04/prod. Lanzamiento focal' al instalar Wine

'packages.microsoft.com/ubuntu/20.04/prod. Lanzamiento focal' al instalar Wine

Estaba intentando instalar Wine en Ubuntu 20.04 pero recibo este error:

E: The repository 'https://packages.microsoft.com/ubuntu/20.04/prod. 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.

comando completo:

$ sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
Hit:1 http://in.archive.ubuntu.com/ubuntu focal InRelease
Hit:2 http://in.archive.ubuntu.com/ubuntu focal-updates InRelease                                                                
Hit:3 https://dl.winehq.org/wine-builds/ubuntu hirsute InRelease                                                                 
Hit:4 https://dl.winehq.org/wine-builds/ubuntu focal InRelease                                                                   
Hit:5 http://in.archive.ubuntu.com/ubuntu focal-backports InRelease                                                              
Ign:6 https://packages.microsoft.com/ubuntu/20.04/prod. focal InRelease                                                         
Get:7 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]                                     
Get:8 https://packages.microsoft.com/repos/edge stable InRelease [7,343 B]                                              
Hit:9 https://packages.microsoft.com/ubuntu/20.04/prod focal InRelease                                                           
Err:10 https://packages.microsoft.com/ubuntu/20.04/prod. focal Release                                                           
  404  Not Found [IP: 40.65.182.21 443]
Hit:11 https://deb.opera.com/opera-stable stable InRelease                                                                       
Hit:12 http://ppa.launchpad.net/ricotz/docky/ubuntu focal InRelease            
Get:13 http://security.ubuntu.com/ubuntu focal-security/main amd64 DEP-11 Metadata [40.7 kB]
Get:14 http://security.ubuntu.com/ubuntu focal-security/universe amd64 DEP-11 Metadata [66.3 kB]
Get:15 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 DEP-11 Metadata [2,464 B]
Reading package lists... Done                                                  
E: The repository 'https://packages.microsoft.com/ubuntu/20.04/prod. 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.

Lista de fuentes

# deb cdrom:[Ubuntu 20.04.4 LTS _Focal Fossa_ - Release amd64 (20220223)]/ focal main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://in.archive.ubuntu.com/ubuntu/ focal main restricted
# deb-src http://in.archive.ubuntu.com/ubuntu/ focal main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://in.archive.ubuntu.com/ubuntu/ focal-updates main restricted
# deb-src http://in.archive.ubuntu.com/ubuntu/ focal-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://in.archive.ubuntu.com/ubuntu/ focal universe
# deb-src http://in.archive.ubuntu.com/ubuntu/ focal universe
deb http://in.archive.ubuntu.com/ubuntu/ focal-updates universe
# deb-src http://in.archive.ubuntu.com/ubuntu/ focal-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://in.archive.ubuntu.com/ubuntu/ focal multiverse
# deb-src http://in.archive.ubuntu.com/ubuntu/ focal multiverse
deb http://in.archive.ubuntu.com/ubuntu/ focal-updates multiverse
# deb-src http://in.archive.ubuntu.com/ubuntu/ focal-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://in.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
# deb-src http://in.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu focal partner
# deb-src http://archive.canonical.com/ubuntu focal partner

deb http://security.ubuntu.com/ubuntu focal-security main restricted
# deb-src http://security.ubuntu.com/ubuntu focal-security main restricted
deb http://security.ubuntu.com/ubuntu focal-security universe
# deb-src http://security.ubuntu.com/ubuntu focal-security universe
deb http://security.ubuntu.com/ubuntu focal-security multiverse
# deb-src http://security.ubuntu.com/ubuntu focal-security multiverse

# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
deb https://dl.winehq.org/wine-builds/ubuntu/ hirsute main
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ hirsute main
deb https://dl.winehq.org/wine-builds/ubuntu/ focal main
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ focal main
deb https://packages.microsoft.com/ubuntu/20.04/prod. focal main
# deb-src https://packages.microsoft.com/ubuntu/20.04/prod. focal main
deb https://packages.microsoft.com/ubuntu/20.04/prod focal main
# deb-src https://packages.microsoft.com/ubuntu/20.04/prod focal main

Lista de productos de Microsoft

deb [arch=amd64,armhf,arm64] https://packages.microsoft.com/ubuntu/20.04/prod focal main

Respuesta1

En realidad, el error no proviene de la instalación de Linux Wine, sino de un problema persistente que está causando un error durante la instalación. En este caso, parece que proviene de que el repositorio de Microsoft no se ha instalado correctamente. El repositorio 'https://packages.microsoft.com/ubuntu/20.04/prod' parece estar configurado para la versión "lunar", pero Ubuntu 20.04 LTS ("Focal Fossa") no tiene una versión denominada "lunar". Básicamente, instaló la versión incorrecta del repositorio de Microsoft, por lo que debe eliminar la versión actual o actualizarla a la versión correcta.

Podrías probar algo como:

sudo add-apt-repository --remove 'https://packages.microsoft.com/ubuntu/20.04/prod lunar'

para eliminar el repositorio incorrecto. Y luego, reinstálelo si lo desea.

información relacionada