亲测默认的deepin 20.9的lic6版本号28.+,只能安装wine7.0。
wine7.0: https://wiki.winehq.org/Debian_zhcn
要正确安装这个问题比较麻烦,官网有明确给出解决秘钥没有签名的方案。
第一步:
**Apt-key 已被弃用。 **
如果您看到关于这个的警告,请使用命令 sudo apt-key del "D43F 6401 4536 9C51 D786 DDEA 76F1 A20F F987 672F" 来删除密钥。
然后从 /etc/apt/sources.list 删除有关 WineHQ 仓库的那一行(如果没有忽略)。
第二步:安装
首先,开启 32 位支持:
sudo dpkg --add-architecture i386
然后安装被用于签发安装包的密钥:
sudo wget -nc -O /usr/share/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
下载和安装 WineHQ 源文件:
sudo wget -nc -P /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/buster/winehq-buster.sources
# 到这一步就按照官网的sudo apt update的人基本就挂了. #
**注意, 注意, 注意:**官方下载的 winehq-buster.sources 文件里面的 Signed-By 配置的路径是错误的,请手动修改 /etc/apt/sources.list.d/winehq-buster.sources 这个文件里的密钥路径 Signed-By: /usr/share/keyrings/winehq-archive.key,否则的话就会抛出秘钥错误(官网默认的这个路径是错的,找不到 winehq-archive.key 这个文件)。
更新软件仓库:
sudo apt update
然后安装 以下其中一个安装包 :
稳定分支 sudo apt install --install-recommends winehq-stable
如果发现安装由于网络问题太Tm的慢了, 可以开启自己的手机热点,下载飞速(注意只能是移动手机卡,电信不行一样很慢,联通没试过。)
到此祝你安装成功 》》》》》


中文 
安装完20。9后,安装wine出现连接不上源的错误,请问各位专家如何解决啊?谢谢。
sudo apt update
命中:1 https://pro-driver-packages.uniontech.com eagle InRelease
命中:2 https://community-packages.deepin.com/deepin apricot InRelease
命中:4 https://community-packages.deepin.com/driver driver InRelease
命中:5 https://community-packages.deepin.com/printer eagle InRelease
命中:3 https://home-store-img.uniontech.com/230419171520115/appstore deepin InRelease
获取:6 https://dl.winehq.org/wine-builds/debian buster InRelease [6,266 B]
错误:6 https://dl.winehq.org/wine-builds/debian buster InRelease
由于没有公钥,无法验证下列签名: NO_PUBKEY 76F1A20FF987672F
正在读取软件包列表... 完成
W: GPG 错误:https://dl.winehq.org/wine-builds/debian buster InRelease: 由于没有公钥,无法验证下列签名: NO_PUBKEY 76F1A20FF987672F
E: 仓库 “https://dl.winehq.org/wine-builds/debian buster InRelease” 没有数字签名。
N: 无法安全地用该源进行更新,所以默认禁用该源。
N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。