先卸载vim-tiny:
$ sudo apt-get remove vim-common
再安装vim full:
$ sudo apt-get install vim
本文介绍如何在Ubuntu系统上将Vim-tiny版本卸载并安装完整的Vim版本。首先通过命令卸载现有的vim-common包,然后安装完整的Vim。此过程适用于希望使用更多Vim特性的用户。
先卸载vim-tiny:
$ sudo apt-get remove vim-common
再安装vim full:
$ sudo apt-get install vim
1104

被折叠的 条评论
为什么被折叠?