He estado siguiendo los pasos de Wine para instalar winehq
, pero a pesar de que parece que he hecho todo lo que puedo, sigo recibiendo este error:
The repository 'http://ppa.launchpad.net/wine/wine-builds/ubuntu eoan Release' does not have a Release file.
E: The repository 'http://ppa.launchpad.net/wine/wine-builds/ubuntu eoan Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
Si alguien pudiera arrojar luz sobre hacia dónde debo ir desde aquí, se lo agradecería. Gracias.
Aquí está el resultado actualizado, después de haber probado las sugerencias a continuación:
antonio@mclinux:~$ sudo dpkg --add-architecture i386
antonio@mclinux:~$ wget -nc -qO- https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
OK
antonio@mclinux:~$ sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ eoan main'
Hit:1 http://br.archive.ubuntu.com/ubuntu eoan InRelease
Hit:2 http://ppa.launchpad.net/ricotz/unstable/ubuntu eoan InRelease
Hit:3 http://br.archive.ubuntu.com/ubuntu eoan-updates InRelease
Hit:4 http://security.ubuntu.com/ubuntu eoan-security InRelease
Hit:5 http://br.archive.ubuntu.com/ubuntu eoan-backports InRelease
Ign:6 http://ppa.launchpad.net/wine/wine-builds/ubuntu eoan InRelease
Hit:7 https://dl.winehq.org/wine-builds/ubuntu eoan InRelease
Err:8 http://ppa.launchpad.net/wine/wine-builds/ubuntu eoan Release
404 Not Found [IP: 91.189.95.83 80]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/wine/wine-builds/ubuntu eoan 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.
¿Podrías ayudarme a ver qué está pasando?
Salud,
Respuesta1
does not have a release file
indique que el repositorio no es compatible con su versión de Ubuntu, en este caso es Ubuntu Eoan → 19.10.
Ha agregado un repositorio obsoleto/obsoleto, el desarrollador ha publicado un anuncio sobre este problema en la lista de correo de WineHQ.https://www.winehq.org/pipermail/wine-devel/2017-March/117104.html.
Tienes que seguir la nueva guía para instalar Wine. Afortunadamente, el equipo de Wine lo ha hecho fácil al publicar una guía completa en susitio- que puedes usar con tu 19.10.
sudo dpkg --add-architecture i386
wget -nc -qO- https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ eoan main'
Luego instale los paquetes.
sudo apt install --install-recommends winehq-staging
De acuerdo ahttps://dl.winehq.org/wine-builds/ubuntu/dists/eoan/main/binary-amd64/, la única versión disponible es: staging
ydevel
ACTUALIZAR
El nuevo repositorio funciona bien, solo que no ha eliminado el antiguo repositorio obsoleto que agregó antes.
sudo add-apt-repository --remove ppa:wine/wine-builds
sudo apt update
Ahora no debería haber ningún error.
Respuesta2
Mi solución para 19.10; (Me funcionó en Ubuntu 19.10)
No utilices este repositorio:
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ eoan main'
Utilice este repositorio:
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/bionic main'
"eoan main" está recomendado en el sitio web oficial de Winehq pero no funciona. Si intentas usar el repositorio 19.04 en 19.10, funciona bien :)
Si desea utilizar WineHQ para 19.10, ingrese estos comandos;
(Cambie al usuario "root").
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
rm -rf winehq.key
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ disco main'
sudo apt update
sudo apt install --install-recommends winehq-stable
Para realizar pruebas, ingrese este comando:
winecfg