[Problem feedback] live环境安装windows应用兼容引擎失败
Tofloor
poster avatar
神探飞机头
deepin
2025-09-19 13:37
Author
官网下载deepin 25 iso,启动机子安装Windows应用兼容引擎,报“依赖关系不足,请在详情页反馈给官方运营”,安装不了。点“详情”没有任何反应,用apt-get命令安装deepin-wine-builder,提示下列未满足的依赖关系,不知到怎么办:
sudo apt-get install deepin-wine-builder
 
正在读取软件包列表... 完成
正在分析软件包的依赖关系树... 完成
正在读取状态信息... 完成                 
有一些软件包无法被安装。如果您用的是 unstable 发行版,这也许是
因为系统无法达到您要求的状态造成的。该版本中可能会有一些您需要的软件
包尚未被创建或是它们已被从新到(Incoming)目录移出。
下列信息可能会对解决问题有所帮助:
 
下列软件包有未满足的依赖关系:
 deepin-wine-builder : 依赖: libqt5concurrent5 (>= 5.6.0~rc) 但无法安装它
                       依赖: libqt5script5 (>= 5.6.0~beta) 但无法安装它
                       依赖: libqt5sql5 (>= 5.0.2) 但无法安装它
                       依赖: python3-yaml 但无法安装它
                       依赖: python3-pycurl 但无法安装它
                       依赖: python3-chardet 但无法安装它
                       依赖: python3-requests 但无法安装它
                       依赖: patool 但无法安装它
                       依赖: python3-urllib3 但无法安装它
                       依赖: python3-certifi 但无法安装它
                       依赖: python3-pefile 但无法安装它
                       依赖: python3-xdg 但无法安装它
                       依赖: python3-watchdog 但无法安装它
                       依赖: python3-markdown 但无法安装它
                       依赖: fakeroot 但无法安装它
                       依赖: debhelper 但无法安装它
                       依赖: python3-typing-extensions 但无法安装它
                       依赖: cabextract 但无法安装它
                       依赖: deepin-wine10-stable (>= 10.7deepin9) 但是它将不会被安装
                       推荐: deepin-wine8-stable (>= 8.16deepin25) 但是它将不会被安装
                       推荐: deepin-wine-staging (>= 10.0deepin5) 但是它将不会被安装
Reply Favorite View the author
All Replies
huaqi
deepin
2025-09-19 13:42
#1

谁让你在live环境装的

Reply View the author
神探飞机头
deepin
2025-09-19 14:36
#2
huaqi

谁让你在live环境装的

一是想不安装deepin体验windows兼容引擎,二是后面想定制live镜像,以后启动无互联网连接机器,可以使用预装的windows应用。

Reply View the author
兆兆嘟嘟嘟
deepin
Q&A Team
2025-09-19 15:54
#3

依赖不足,我认为主要原因是live环境下的/etc/apt/sources.list是空的,没有内容。你自行把内容填充进去,然后 sudo apt update,最后再试试。

Reply View the author
huaqi
deepin
2025-09-19 16:09
#4
神探飞机头

一是想不安装deepin体验windows兼容引擎,二是后面想定制live镜像,以后启动无互联网连接机器,可以使用预装的windows应用。

live环境只能让你简单体验一下deepin

Reply View the author
神探飞机头
deepin
2025-09-19 20:19
#5
兆兆嘟嘟嘟

依赖不足,我认为主要原因是live环境下的/etc/apt/sources.list是空的,没有内容。你自行把内容填充进去,然后 sudo apt update,最后再试试。

sources.list是空的,求一份deepin 25的sources.list内容。

Reply View the author
兆兆嘟嘟嘟
deepin
Q&A Team
2025-09-21 12:43
#6
神探飞机头

sources.list是空的,求一份deepin 25的sources.list内容。

## Generated by deepin-installer 
deb https://community-packages.deepin.com/beige/ crimson main commercial community 
#deb-src https://community-packages.deepin.com/beige/ crimson main commercial community
Reply View the author