[Seek Help] v23升级了以下系统后,重启无法进入系统
Tofloor
poster avatar
易阳
deepin
2025-08-21 14:34
Author

我了使用上最新的企业微信5.0, 我原先的应用商店

里面是搜索不到统信的windows应用引擎的,

在kimi的帮助下进行

后面有update了以下系统
结果就报错了
重启无法启动
kimi全过程反馈如下

解决步骤:导入缺失的 GPG 公钥

运行以下命令,导入缺失的公钥:

bash复制

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 425956BB3E31DF51

⚠️ 如果提示 apt-key 已废弃,也可以用以下方式:

bash复制

sudo mkdir -p /etc/apt/keyrings
curl -fsSL https://mirrors.tuna.tsinghua.edu.cn/deepin/keys/public-key.asc | \
  gpg --dearmor | sudo tee /etc/apt/keyrings/tuna-deepin.gpg > /dev/null

然后修改你的源文件,指定使用这个 keyring:

bash复制

sudo sed -i 's|deb https://mirrors.tuna.tsinghua.edu.cn/deepin|deb [signed-by=/etc/apt/keyrings/tuna-deepin.gpg] https://mirrors.tuna.tsinghua.edu.cn/deepin|g' /etc/apt/sources.list.d/*.list

✅ 最后更新一次

bash复制

sudo apt update

✅ 然后继续安装

bash复制

sudo apt install deepin-wine-builder

后面sudo apt dist-upgrade就报错了
下载 150 MB,耗时 16秒 (9,550 kB/s) 正在从软件包中解出模板:100% 正在预设定软件包 ... (正在读取数据库 ... 系统当前共安装有 781446 个文件和目录。) 准备解压 .../base-files_2023.03.31deepin_amd64.deb ... 正在解压 base-files (2023.03.31deepin) 并覆盖 (23.1-6) ... dpkg: 警告: 无法删除原有的目录 /etc/update-motd.d :目录非空 dpkg (子进程):无法执行 用于清理的 rm 命令 (rm): 没有那个文件或目录 dpkg: 清理时出错: 用于清理的 rm 命令 子进程返回错误状态 2 dpkg: 错误: 执行钩子 busctl call org.desktopspec.ApplicationUpdateNotifier1 /org/desktopspec/ApplicationUpdateNotifier1 org.freedesktop.DBus.Peer Ping &> /dev/null || /bin/true 出错,退出状态为 32512 E: Sub-process /usr/bin/dpkg returned an error code (2) E: Problem executing scripts DPkg::Post-Invoke '/usr/bin/test -e /usr/share/dbus-1/system-services/org.freedesktop.PackageKit.service && /usr/bin/test -S /var/run/dbus/system_bus_socket && /usr/bin/gdbus call --system --dest org.freedesktop.PackageKit --object-path /org/freedesktop/PackageKit --timeout 4 --method org.freedesktop.PackageKit.StateHasChanged cache-update > /dev/null; /bin/echo > /dev/null' E: Sub-process returned an error code exec: Failed to execute process '/usr/bin/git': The file exists and is executable. Check the interpreter or linker? lyy@lyy-PC ~ [100]>

yy@lyy-PC ~ [100]> ls -l /bin/rm exec: Failed to execute process '/usr/bin/ls': The file exists and is executable. Check the interpreter or linker? exec: Failed to execute process '/usr/bin/git': The file exists and is executable. Check the interpreter or linker?
重启就启动不了

Reply Favorite View the author
All Replies
易阳
deepin
2025-08-21 17:37
#1

已经抢救性的备份了重要文件,将v23重装为v25,发现了新大陆,两台电脑都升级到了v25,发送文件和剪贴板共享,跨电脑协同,解决了很久以来的工作电脑之间的痛点,很强大!

Reply View the author
加菲不是胖橘
deepin product team
2025-08-22 09:35
#2

deepin 系统上的跨端协同真的很好用,共享剪贴板、键鼠applaud

Reply View the author