新安装的一个Debian系统,无法安装vim编辑器
找到问题是系统自带了一个依赖包vim-common。。。。。。
卸载这个依赖包
apt-get remove vim-common
重新安装vim
apt-get install vim
成功解决