我已经完成了所有这些,没有任何错误:
$ sudo dpkg --add-architecture i386
$ wget -nc https://dl.winehq.org/wine-builds/Release.key
$ sudo apt-key add Release.key
$ gksu gedit /etc/apt/sources.list
deb https://dl.winehq.org/wine-builds/debian/ stretch main
deb http://http.debian.net/debian stretch-backports main
$ sudo apt-get update
但是,当我尝试:
$ sudo apt-get install --install-recommends winehq-staging
它说无法找到 winehq-stable。对于 winehq-stable、wine-stable 和其他各种组合也是如此。只输入 wine 有效,但它是 1.8.7-2 版本(DXVK需要 3.10 或更高版本)所以我清除了它。我在哪里可以获得正确的包裹?