问题:
ubuntu默认没有安装vim,出现:
The program 'vim' can be found in the following packages: * vim * vim-gnome * vim-tiny * vim-athena * vim-gtk * vim-nox
The program 'vim' can be found in the following packages:
* vim
* vim-gnome
* vim-tiny
* vim-athena
* vim-gtk
* vim-nox
Try: sudo apt-get install <selected package>
解决方案:
命令行输入:
sudo apt-get install vim
然后安装,出现确认的时候,输入y确认就行