[Share Experiences] dpkg-deb: 错误: 粘贴 子进程被信号(断开的管道) 终止了 Resolved
Tofloor
poster avatar
yanjuner
Super Moderator
2024-01-30 17:12
Author

应用场景

OS版本信息:桌面专业版、教育版、家庭版、社区版


问题现象

当修复依赖关系后,有时会提示 dpkg-deb: 错误: 粘贴 子进程被信号(断开的管道) 终止了。

下载 (1).png


问题根由

这个错误通常是由于在执行 dpkg-deb 命令时,输入或输出管道被意外地中断而导致的,也可能跟网络连接中断等相关。


解决办法

1、使用dpkg强制覆盖,具体操作如下:

sudo dpkg -i --force-overwrite "/var/cache/apt/archives/gconf-service_3.2.6-5_amd64.deb"

2、覆盖完成后,继续执行:

sudo apt --fix-broken install

注:所有需要在专业版上执行的命令,请先和公司确认是否可以打开开发者模式!

Reply Favorite View the author
All Replies

No replies yet