winehq-staging
鉴于 winehq 在拥有 disco dingo 存储库后两天已满,如何在 Ubuntu 19.04 上安装?
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ disco main'
Get:1 http://fr.archive.ubuntu.com/ubuntu disco InRelease [257 kB]
Hit:2 http://security.ubuntu.com/ubuntu disco-security InRelease
Hit:3 http://ppa.launchpad.net/lutris-team/lutris/ubuntu disco InRelease
Hit:4 http://ppa.launchpad.net/obsproject/obs-studio/ubuntu disco InRelease
Ign:5 https://dl.winehq.org/wine-builds/ubuntu disco InRelease
Err:6 https://dl.winehq.org/wine-builds/ubuntu disco Release
404 Not Found [IP: 151.101.122.217 443]
Hit:7 http://fr.archive.ubuntu.com/ubuntu disco-updates InRelease
Hit:8 http://fr.archive.ubuntu.com/ubuntu disco-backports InRelease
Reading package lists... Done
E: The repository 'https://dl.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.
您可以轻松地暂时使用仿生版本(18.04.2),直到他们发布它。为此,您需要相应地更改源列表文件。
我假设您在这里遵循了winehq 页面上提到的所有其他步骤,您可以执行以下操作:
这将更改 wine-staging 的源列表文件并创建原始文件的副本,现在以
.bak
. 这应该你启用在你的电脑。当他们在 19.04 (disco) 上发布了 wine 版本时,您可以简单地删除更改的文件,重命名旧文件,然后升级到包:
https://wiki.winehq.org/Ubuntu
稳定版本将按预期工作,但如果需要分期,这是我发现的,否则,我会得到未解决的依赖关系。
存储库表中的名称和版本不匹配,因此对于
Ubuntu 19.04 迪斯科-> sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ cosmic main'
Ubuntu 18.04 仿生-> sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'