[Archive Manager] 升级deepin 20后归档管理器报错
Tofloor
poster avatar
wangyoucao0914
deepin
2021-05-27 00:38
Author

在升级到deepin 20后,归档管理器出现故障,错误信息如下图:

网上搜索相关资料,在这个帖子中https://ywnz.com/linuxjc/9088.html提到了相关解决办法,但我电脑上运行

$apt policy unzip

结果为:

unzip:

  已安装:6.0.5-23+deb10u2

  候选: 6.0.5-23+deb10u2

  版本列表:

 *** 6.0.5-23+deb10u2 500

        500 https://community-packages.deepin.com/deepin apricot/main amd64 Packages

 

        100 /var/lib/dpkg/status

没有候选的降级版本。

尝试卸载后重装,问题依然没有解决

请教:应该怎么解决这个问题?

Reply Favorite View the author
All Replies
WENWEN
deepin
2021-05-27 01:43
#1

是zip格式的吗?是网上下载的吗?(是否完整) 看你的提示不是官方的压缩软件? 360 压缩试了吗

Reply View the author
忘记、过去
deepin
2021-05-27 07:02
#2

可以不用 file-roller,用 deepin-compressor 试试看。如果报同一个错误估计是压缩包不完整?

Reply View the author
duanyao
deepin
2021-05-28 05:01
#3

这是因为unzip与file-roller不兼容了,可以将unzip回退旧版本。

https://bbs.deepin.org/zh/post/218821

 

要加入旧的 deepin 源 lion,可以编辑 /etc/apt/sources.list 文件,加入一行:

deb [by-hash=force] http://packages.deepin.com/deepin lion main contrib non-free

再编辑 /etc/apt/preferences ,加入:

Package: *
Pin: release lion
Pin-Priority: 200

 

然后运行 :

sudo apt update

sudo apt install unizp=6.0-31deepin

sudo ap-mark hold  unizp  # 防止 unizp 被自动升级。

 

Reply View the author