Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
V20 按wine5.X
Experiences and Insight
556
views ·
1
replies ·
To
floor
Go
o0******00@163.com
deepin
2020-04-16 21:20
Author
sudo dpkg --add-architecture i386
然后安装被用于签发安装包的密钥:
wget -nc
https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
然后在 /etc/apt/sources.list.d/ 创建一个名为 winehq.list 的文件(sudo deepin-editor /etc/apt/sources.list.d/winehq.list),并包含以下内容:
deb
https://dl.winehq.org/wine-builds/debian/
stretch main
注意:uos 对应 debian 10,应包含的内容为:
deb
https://dl.winehq.org/wine-builds/debian/
buster main
添加验证公钥
sudo apt install dirmngr
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 76F1A20FF987672F
更新软件仓库:
sudo apt update
安装稳定分支:
sudo apt install --install-recommends winehq-stable
测试分支更新更频繁:
sudo apt install --install-recommends winehq-devel
验证当前版本号:
wine --version
参考:
https://wiki.winehq.org/Debian_zhcn
https://bbs.deepin.org/post/174239
Reply
Like 0
Favorite
View the author
All Replies
o0******00@163.com
deepin
2020-04-16 21:43
#1
成功按wine 5.0
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
WiFi Drivers
Popular Events
More
然后安装被用于签发安装包的密钥:
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
然后在 /etc/apt/sources.list.d/ 创建一个名为 winehq.list 的文件(sudo deepin-editor /etc/apt/sources.list.d/winehq.list),并包含以下内容:
deb https://dl.winehq.org/wine-builds/debian/ stretch main
注意:uos 对应 debian 10,应包含的内容为:
deb https://dl.winehq.org/wine-builds/debian/ buster main
添加验证公钥
sudo apt install dirmngr
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 76F1A20FF987672F
更新软件仓库:
sudo apt update
安装稳定分支:
sudo apt install --install-recommends winehq-stable
测试分支更新更频繁:
sudo apt install --install-recommends winehq-devel
验证当前版本号:
wine --version
参考:
https://wiki.winehq.org/Debian_zhcn
https://bbs.deepin.org/post/174239