我按照 wineHQ 网站上的说明安装该软件包。我在接下来的步骤中遇到了问题。
在 Linux Mint 19.x 上,最后一行应如下所示:
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/**ICON**bionic main'
该空间是由超链接图标创建的。我尝试了上面几行的一些排列,但我总是会回来
E: The repository 'https://dl.winehq.org/wine-builds/ubuntu/dists/bionic
bionic 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
这发射台指示:
wget https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository 'https://dl.winehq.org/wine-builds/ubuntu/'
我不熟悉 Mint,但由于它基于 Ubuntu,所以应该可以工作。