今天更新之后的问题
Tofloor
poster avatar
lcy2400
deepin
2017-10-26 04:03
Author
本帖最后由 lcy2400 于 2017-10-25 20:05 编辑

没更新前是没有问题的,这个怎么解决啊。各位大神帮帮忙,我是个小白。
Reply Favorite View the author
All Replies
avatar
passingby
deepin
2017-10-26 05:59
#1
没选择打开方式么?
Reply View the author
avatar
jingle
deepin
2017-10-26 06:10
#2
打开zip包的提示?
Reply View the author
avatar
billy123456
deepin
2017-10-26 06:12
#3
sudo apt install unzip
Reply View the author
avatar
billy123456
deepin
2017-10-26 06:13
#4
看看输出
Reply View the author
avatar
lcy2400
deepin
2017-10-26 23:49
#5
https://bbs.deepin.org/post/147219
没选择打开方式么?

选择了,使用归档管理器打开
Reply View the author
avatar
lcy2400
deepin
2017-10-26 23:49
#6
https://bbs.deepin.org/post/147219
打开zip包的提示?

是的,以前一直能用,后来更新之后就不能用了
Reply View the author
avatar
jingle
deepin
2017-10-26 23:56
#7
https://bbs.deepin.org/post/147219
是的,以前一直能用,后来更新之后就不能用了
  1. deepin@deepin:~$ apt-cache policy unzip
  2. unzip:
  3.   已安装:6.0-30+i18n4
  4.   候选: 6.0-30+i18n4
  5.   版本列表:
  6. *** 6.0-30+i18n4 500
  7.         500 http://packages.deepin.com/deepin panda/main amd64 Packages
  8.         100 /var/lib/dpkg/status
Copy the Code


这个安装了吗
Reply View the author
avatar
lcy2400
deepin
2017-10-27 00:44
#8
本帖最后由 lcy2400 于 2017-10-26 16:46 编辑

安装了
Reply View the author
avatar
黑色
deepin
2017-10-27 01:01
#9
dbus问题?org.freedesktop.packagekit服务没启动?看看packagekit-*那几个包有没有
Reply View the author
avatar
Island
deepin
2017-10-27 01:19
#10
dpkg -l | grep zip 看是否有zip安装包
Reply View the author
avatar
Island
deepin
2017-10-27 01:20
#11
sudo apt-get install zip看是否还有问题
Reply View the author