diff --git a/help/_posts/2022-08-03-wine-builds.md b/help/_posts/2022-08-03-wine-builds.md new file mode 100644 index 0000000..c34a115 --- /dev/null +++ b/help/_posts/2022-08-03-wine-builds.md @@ -0,0 +1,56 @@ +--- +category: help +layout: help +mirrorid: wine-builds +--- + +## wine-builds 镜像使用帮助 + +由于上游并未提供 rsync,镜像站只同步了 ubuntu/debian 部分。 + +首先启用 32 位架构 + +```bash +sudo dpkg --add-architecture i386 +``` + +之后信任来自 的公钥 + +``` +sudo wget -nc -O /usr/share/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key +``` + +新增 `/etc/apt/sources.list.d/winehq.list`,内容为 + +
+
+ + +
+
+ +{% raw %} + +{% endraw %} + +

+ +
+
+
+
+ +通过以下命令安装 winehq + +```bash +sudo apt update +sudo apt install --install-recommends winehq-stable +```