真的求帮助 应用商店无法安装软件
Tofloor
poster avatar
hu1805129711
deepin
2020-07-20 08:43
Author
显示依赖被破坏   有时会提示pkbg

The following packages have unmet dependencies:
libgcc1:i386 : Depends: libc6:i386 (>= 2.2.4) but it is not installed
libidn2-0:i386 : Depends: libc6:i386 (>= 2.4) but it is not installed
libunistring2:i386 : Depends: libc6:i386 (>= 2.4) but it is not installed

怎么破   研究一天了
Reply Favorite View the author
All Replies
avatar
腾博旭日
deepin
2020-07-20 09:06
#1
我也是!搞啦半天!结果关机睡觉第2天就好了!
Reply View the author
avatar
Hello
deepin
2020-07-20 17:56
#2
sudo apt install -f
Reply View the author
avatar
jingle
deepin
2020-07-20 17:58
#3
安装那个应用出现的
Reply View the author
avatar
hu1805129711
deepin
2020-07-20 20:32
#4
https://bbs.deepin.org/post/197415
安装那个应用出现的

所有应用都是这样  

要莫  依赖错误  要莫dpgk  
Reply View the author
avatar
jingle
deepin
2020-07-20 20:56
#5
https://bbs.deepin.org/post/197415
所有应用都是这样  

要莫  依赖错误  要莫dpgk

之前安装系统应该是好的吧,估计你安装非商店的应用才出现的?
Reply View the author
avatar
hu1805129711
deepin
2020-07-21 05:04
#6
https://bbs.deepin.org/post/197415
之前安装系统应该是好的吧,估计你安装非商店的应用才出现的?

不是好的   我装完系统  就连接了个无线网  进应用商店 就不行
Reply View the author
avatar
hu1805129711
deepin
2020-07-21 05:05
#7
https://bbs.deepin.org/post/197415
之前安装系统应该是好的吧,估计你安装非商店的应用才出现的?

用三楼说的方法 然后就出现这种情况

dpkg: 清理时出错:
新的 wireshark-common 软件包 post-removal 脚本 子进程返回错误状态 2
在处理时有错误发生:
/var/cache/apt/archives/libc6_2.28.7-1+deepin_i386.deb
/var/cache/apt/archives/wireshark-common_2.6.8-1.1+dde_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Reply View the author
avatar
jingle
deepin
2020-07-21 17:09
#8
https://bbs.deepin.org/post/197415
用三楼说的方法 然后就出现这种情况

dpkg: 清理时出错:

把上面2个路径的包删除掉, wiki.deepin.org 搜索error code
Reply View the author
avatar
Hello
deepin
2020-07-21 17:50
#9
cd /var/lib/dpkg
    sudo mv info info.bak
    sudo mkdir info
    sudo dpkg --configure -a
    sudo apt-get install -f
    sudo mv /var/lib/dpkg/info/* /var/lib/dpkg/info.bak
    sudo rm -rf /var/lib/dpkg/info
    sudo mv /var/lib/dpkg/info.bak /var/lib/dpkg/info
Reply View the author
avatar
Hello
deepin
2020-07-21 17:51
#10
Reply View the author
avatar
Hello
deepin
2020-07-21 17:52
#11
善用百度
Reply View the author
avatar
Feng Yu
deepin
2020-07-21 18:15
#12

别百度了,答非所问,很明显这个结果跟楼主的问题根本不一样,百度什么百度,用google
Reply View the author
avatar
Hello
deepin
2020-07-21 18:40
#13
https://bbs.deepin.org/post/197415
别百度了,答非所问,很明显这个结果跟楼主的问题根本不一样,百度什么百度,用google ...

error code (1)解决方法是通用的。。。。。。。
Reply View the author
avatar
Hello
deepin
2020-07-21 18:42
#14
https://bbs.deepin.org/post/197415
别百度了,答非所问,很明显这个结果跟楼主的问题根本不一样,百度什么百度,用google ...

他现在是先install -f出现error code(1) error code(1)不是很好办嘛。。。。。
Reply View the author
avatar
Hello
deepin
2020-07-21 18:44
#15
先按照error code(1)的处理走一遍再sudo apt install -f
虽然不知道你是怎么搞出这个报错的,但是既然是error code(1)那就好办了
Reply View the author