我一直在按照 wine 的步骤进行安装winehq
,但尽管我似乎已尽我所能,但我一直收到此错误:
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.
如果有人能说明我应该从这里去哪里,我将不胜感激。谢谢。
在我尝试了以下建议后,这是更新后的输出:
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.
你能帮我看看是怎么回事吗?
干杯,
does not have a release file
表示存储库不支持您的 Ubuntu 版本,在本例中为 Ubuntu Eoan → 19.10。您添加了已弃用/过时的存储库,开发人员已在 WineHQ 邮件列表https://www.winehq.org/pipermail/wine-devel/2017-March/117104.html上发布了有关此问题的公告。
您必须遵循安装 Wine 的新指南,幸运的是,Wine 团队通过在他们的网站上发布了完整的指南使这很容易——您可以在 19.10 中使用该指南。
然后安装软件包。
根据https://dl.winehq.org/wine-builds/ubuntu/dists/eoan/main/binary-amd64/,唯一可用的版本是:
staging
和devel
更新
新的 repo 工作正常,只是你没有删除你之前添加的旧的过时 repo。
现在不应该有任何错误。
我的 19.10 解决方案; (它在 Ubuntu 19.10 上对我有用)
不要使用此存储库:
使用此存储库:
“eoan main”被 winehq 官方网站推荐,但不起作用。如果您尝试在 19.10 上使用 19.04 存储库,它可以正常工作:)
如果要在 19.10 中使用 WineHQ,请输入此命令;
(切换到“root”用户。)
要进行测试,请输入以下命令: