15.9升级到15.10时报错,目前还没有找到解决方法
Tofloor
poster avatar
175******79
deepin
2019-05-07 07:12
Author
升级时报错,使用命令修复,系统响应如下:
正在读取软件包列表... 完成
正在分析软件包的依赖关系树      
正在读取状态信息... 完成      
正在修复依赖关系... 完成
将会同时安装下列软件:
  deepin-manual
下列软件包将被升级:
  deepin-manual
升级了 1 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 0 个软件包未被升级。
有 3 个软件包没有被完全安装或卸载。
需要下载 0 B/150 MB 的归档。
解压缩后将会空出 3,856 kB 的空间。
您希望继续执行吗? [Y/n] y
(正在读取数据库 ... 系统当前共安装有 241228 个文件和目录。)
正准备解包 .../deepin-manual_2.0.19-1_amd64.deb  ...
正在将 deepin-manual (2.0.19-1) 解包到 (2.0.17-1) 上 ...
dpkg-deb (子进程):解压缩归档成员:lzma 错误:压缩数据已损坏
dpkg-deb: 错误: <解压缩> subprocess returned error exit status 2
dpkg: 处理归档 /var/cache/apt/archives/deepin-manual_2.0.19-1_amd64.deb (--unpack)时出错:
无法为 './usr/share/deepin-manual/manual/dde-file-manager/zh_CN/jpg/creat-link.jpg' 拷贝解压的文件至 '/usr/share/deepin-manual/manual/dde-file-manager/zh_CN/jpg/creat-link.jpg.dpkg-new': 未预期的文件结束或流结束
在处理时有错误发生:
/var/cache/apt/archives/deepin-manual_2.0.19-1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

截图如下

Reply Favorite View the author
All Replies
avatar
黄榛
deepin
2019-05-07 07:33
#1
不能装就不要它了,惯得它!
  1. sudo dpkg -r deepin-manual
Copy the Code
Reply View the author
avatar
wuyiheng119
deepin
2019-05-07 16:48
#2
重新安装系统
Reply View the author
avatar
175******79
deepin
2019-05-07 19:03
#3
https://bbs.deepin.org/post/177724
不能装就不要它了,惯得它!

deepin-manual这个软件包是干啥的?
Reply View the author
avatar
175******79
deepin
2019-05-07 19:05
#4
https://bbs.deepin.org/post/177724
不能装就不要它了,惯得它!

deepin-manual这个软件包是干啥的?
Reply View the author
avatar
175******79
deepin
2019-05-07 19:07
#5

重装系统我担心我电脑上的东西丢了
Reply View the author
avatar
lqg_123
deepin
2019-05-07 19:22
#6
求15.9.3镜像
Reply View the author
avatar
hytzongxuan
deepin
2019-05-07 20:18
#7
试一下
  1. sudo apt-get clean
  2. sudo apt-get update
Copy the Code
再执行你需要执行的命令
Reply View the author
avatar
WENWEN
deepin
2019-05-07 20:30
#8
wiki上面有解决办法   或是深度系统修复工具 处理下
Reply View the author
avatar
WENWEN
deepin
2019-05-07 20:30
#9
https://bbs.deepin.org/post/177724
deepin-manual这个软件包是干啥的?

深度 帮助手册
Reply View the author
avatar
175******79
deepin
2019-05-07 21:27
#10
https://bbs.deepin.org/post/177724
试一下
再执行你需要执行的命令

发帖之前已经试过了,并不能解决.
准备尝试深度系统修复工具处理下
Reply View the author
avatar
175******79
deepin
2019-05-07 21:28
#11
https://bbs.deepin.org/post/177724
wiki上面有解决办法   或是深度系统修复工具 处理下

好的,把这个给忘记了,晚上回家试试.
Reply View the author
avatar
175******79
deepin
2019-05-07 21:35
#12

谢谢答疑
Reply View the author
avatar
175******79
deepin
2019-05-07 23:31
#13
使用系统修复工具修复后,再使用命令
  1. sudo apt-get clean && sudo apt-get update && sudo apt-get upgrade -y
Copy the Code
安装成功.
Reply View the author