我希望编译启用,这需要vim7.3
包。python-interp
python-dev
问题是我需要python-2.6.6-2ubuntu1 python-2.6.6-2ubuntu2
。python-dev
(我不知道我是怎么得到它的。http: //pastie.org/1706980)
所以,我决定将 python 降级为-2ubuntu1
. 但是apt-get
提出了另一个错误信息 -
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
python : Depends: python-minimal (= 2.6.6-2ubuntu1) but 2.6.6-2ubuntu2 is to be installed
E: Broken packages
那么,我该如何解决呢?先降级python-minimal
?
许多软件包将被删除。
另外,sudo aptitude install python=2.6.6-2ubuntu1
输出这个。告诉我要删除很多东西。
我不确定这是正确的方法。
ps 谷歌并没有太大帮助。
[解决了]
python-dev
从maverick-updates
工作安装。
只需从 maverick-updates 安装正确的python-dev (2.6.6-2ubuntu2)。