1,安装软件最后都提示doc-base问题:
Setting up tcpreplay (3.4.3-2ubuntu2) ...
Errors were encountered while processing:
doc-base
E: Sub-process /usr/bin/dpkg returned an error code (1)
2,indicator提示报错,无法运行,怀疑是python更新导致的,不知道有没有人碰到解决了的
$indicator-sysmonitor
Traceback (most recent call last):
File "/usr/bin/indicator-sysmonitor", line 26, in <module>
import appindicator
ImportError: No module named appindicator
12.04遇到两个apt-get问题.
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
-
- 帖子: 23
- 注册时间: 2013-11-06 22:07
- 系统: ubuntu
-
- 论坛版主
- 帖子: 18279
- 注册时间: 2009-08-04 16:33
Re: 12.04遇到两个apt-get问题.
修改 /var/lib/dpkg/status1,安装软件最后都提示doc-base问题:
Setting up tcpreplay (3.4.3-2ubuntu2) ...
Errors were encountered while processing:
doc-base
E: Sub-process /usr/bin/dpkg returned an error code (1)
http://askubuntu.com/posts/196030/revisions
1. https://bugs.launchpad.net/indicator-sy ... comments/5$indicator-sysmonitor
Traceback (most recent call last):
File "/usr/bin/indicator-sysmonitor", line 26, in <module>
import appindicator
ImportError: No module named appindicator
Unfortunately, this bug won't fix. (Ubuntu 10.04)
還沒看到 在 Ubuntu 12.04 已經解決 的文章
-
- 帖子: 23
- 注册时间: 2013-11-06 22:07
- 系统: ubuntu
Re: 12.04遇到两个apt-get问题.
1,谢谢,第一个问题我是通过创建了一个文件解决了..很囧poloshiao 写了:修改 /var/lib/dpkg/status1,安装软件最后都提示doc-base问题:
Setting up tcpreplay (3.4.3-2ubuntu2) ...
Errors were encountered while processing:
doc-base
E: Sub-process /usr/bin/dpkg returned an error code (1)
http://askubuntu.com/posts/196030/revisions1. https://bugs.launchpad.net/indicator-sy ... comments/5$indicator-sysmonitor
Traceback (most recent call last):
File "/usr/bin/indicator-sysmonitor", line 26, in <module>
import appindicator
ImportError: No module named appindicator
Unfortunately, this bug won't fix. (Ubuntu 10.04)
還沒看到 在 Ubuntu 12.04 已經解決 的文章
2,看到https://answers.launchpad.net/indicator-sysmonitor/+question/241109
然后我就sudo apt-get install python-appindicator ok了