Debian 4.0 下安装vim报错?

Linux, troubleshooting

新装一个Debian 4.0,在安装vim时,却碰到如下提示:

vim: Depends: vim-common (= 1:7.0-122+1etch2) but 1:7.0-122+1etch3 is to be installed

开始以为是源的问题,换了好几个源,都是同样的提示。

后来,打算干脆先装vim-common时,发现机器已经装好了vim-common,

于是,我把机器本身装 的vim-common给删了:
apt-get remove vim-common

然后再装vim:
apt-get install vim

谢天谢地,总算可以了

No related posts.


4 Responses to “Debian 4.0 下安装vim报错?”

  1. Peter — June 7, 2009 @ 4:52 pm

    Thank you.
    I have the same problem with you.
    And now it’s ok.

    • myhnet — June 7, 2009 @ 9:15 pm

      welcome, and I feel very happy that I can help you.

  2. bukubuku — March 5, 2010 @ 11:25 pm

    This will appear in ubuntu: “vim: Depends: vim-common (= 1:7.1-138+1ubuntu3.1)”

    thanks!:)

  3. 358984016423009 — March 9, 2010 @ 9:16 pm

    keyfile.txt

Leave a Reply