我很难在新的描述上安装葡萄酒:Ubuntu18.04.1 LTS
404 Not Found [IP: 91.189.*.* 80]
:3 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease
E: The repository 'http://ppa.launchpad.net/wine/wine-builds/ubuntu 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.
sudo dpkg --add-architecture i386
wget -nc 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/
sudo apt-get update
sudo apt-get install --install-recommends winehq-stable我一直在尝试从官方网站https://wiki.winehq.org/Ubuntu和youtube视频,但都以同样的错误结束(上图)。
有什么想法吗?
发布于 2019-03-09 06:26:39
在Ubuntu中安装葡萄酒3.0.3:
wget -nc https://dl.winehq.org/wine-builds/winehq.key && sudo apt-key添加winehq.key
sudo apt-add存储库https://dl.winehq.org/wine-builds/ubuntu/
sudo apt-get update
sudo apt-get install --install-recommends winehq-stable卸载:
数多apt-得到删除-自动移除葡萄酒稳定葡萄酒稳定-amd64 64
https://askubuntu.com/questions/1082386
复制相似问题