deepin安装wine失败,不知如何解决
Tofloor
poster avatar
helex_
deepin
2020-09-26 21:22
Author
首先我是按照wine官网上的提示:
开启32位

  1. sudo dpkg --add-architecture i386
Copy the Code
安装密钥:
  1. wget -nc https://dl.winehq.org/wine-builds/Release.key

  2. sudo apt-key add Release.key
Copy the Code
在sources.list文件中插入
Copy the Code
更新软件仓库
  1. sudo apt update
Copy the Code
安装
  1. sudo apt install --install-recommends winehq-stable
Copy the Code
就是在执行安装命令的时候,报错:
  1. root@zjw-PC:/home/zjw# sudo apt install --install-recommends winehq-stable
  2. 正在读取软件包列表... 完成
  3. 正在分析软件包的依赖关系树      
  4. 正在读取状态信息... 完成      
  5. 有一些软件包无法被安装。如果您用的是 unstable 发行版,这也许是
  6. 因为系统无法达到您要求的状态造成的。该版本中可能会有一些您需要的软件
  7. 包尚未被创建或是它们已被从新到(Incoming)目录移出。
  8. 下列信息可能会对解决问题有所帮助:

  9. 下列软件包有未满足的依赖关系:
  10. winehq-stable : 依赖: wine-stable (= 5.0.2~stretch)
  11. E: 无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系。
Copy the Code
然后试过了百度的一些办法,但是都没有用
有谁遇到过并解决了么,求教



Reply Favorite View the author
All Replies
Ziggy
deepin
2020-09-26 22:56
#1
deepin-wine5不香嘛
Reply View the author
sgb76
deepin
2020-09-26 23:31
#2
直接装deepin-wine5不好吗,sudo apt install deepin-wine5
Reply View the author