bleachbit出错
Tofloor
poster avatar
warframe
deepin
2017-10-25 08:43
Author
今天安装Python3.6.3后,添加了软链接方便直接打开Python3.6.3,然后发现bleachbit无法打开,无法重新安装,也无法卸载,天真的我以为删除安装路径可以重启安装,就把/usr/share/bleachbit文件夹删除了   现在bleachbit 是无法打开,无法重新安装,无法卸载。。。我应该怎么办才好


Reply Favorite View the author
All Replies
avatar
lcw0268
deepin
2017-10-25 09:43
#1
sudo dpkg -l
看看剩余的依赖。
可能有破损的包,没有修复。
Reply View the author
avatar
jingle
deepin
2017-10-25 16:51
#2
  1. jingle@jingle:~$ apt-cache depends bleachbit
  2. bleachbit
  3.   依赖:
  4.     python:i386
  5.     python
  6. |依赖: python
  7.   依赖: python-simplejson
  8.   依赖: python-gtk2
  9.   依赖: menu
  10.     menu:i386
  11.   推荐: python-notify
Copy the Code


是不是py的版本依赖问题
Reply View the author
avatar
warframe
deepin
2017-10-25 20:23
#3
https://bbs.deepin.org/post/147167
是不是py的版本依赖问题

应该是  昨天建立了软连接 把原来Python命令启动的Python2改成了Python3.6.3
Reply View the author