Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
deepin安装wine失败,不知如何解决
Apps Section
1907
views ·
2
replies ·
To
floor
Go
helex_
deepin
2020-09-26 21:22
Author
首先我是按照wine官网上的提示:
开启32位
sudo dpkg --add-architecture i386
Copy the Code
安装密钥:
wget -nc
https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
Copy the Code
在sources.list文件中插入
deb
https://dl.winehq.org/wine-builds/debian/
stretch main
Copy the Code
更新软件仓库
sudo apt update
Copy the Code
安装
sudo apt install --install-recommends winehq-stable
Copy the Code
就是在执行安装命令的时候,报错:
root@zjw-PC:/home/zjw# sudo apt install --install-recommends winehq-stable
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
有一些软件包无法被安装。如果您用的是 unstable 发行版,这也许是
因为系统无法达到您要求的状态造成的。该版本中可能会有一些您需要的软件
包尚未被创建或是它们已被从新到(Incoming)目录移出。
下列信息可能会对解决问题有所帮助:
下列软件包有未满足的依赖关系:
winehq-stable : 依赖: wine-stable (= 5.0.2~stretch)
E: 无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系。
Copy the Code
然后试过了百度的一些办法,但是都没有用
有谁遇到过并解决了么,求教
Reply
Like 0
Favorite
View the author
All Replies
Ziggy
deepin
2020-09-26 22:56
#1
deepin-wine5不香嘛
Reply
Like 0
View the author
sgb76
deepin
2020-09-26 23:31
#2
直接装deepin-wine5不好吗,sudo apt install deepin-wine5
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
simple
Popular Events
More
开启32位
有谁遇到过并解决了么,求教