我已经安装了 Ubuntu Server,但我只有vim.basic
?
我如何安装vim.full
?
试过,aptitude install vim
但它说它总是安装。
因为vim
是软链接vim.basic
。
小智 30
vim-nox
如果您不需要 GUI,请尝试该软件包,否则请尝试vim-gnome
或vim-gtk
。有许多使用不同功能集编译的 vim 包:
% apt-cache search vim | grep vim-
jvim-canna - Japanized VIM (Canna version)
jvim-doc - Documentation for jvim (Japanized VIM)
vim-addon-manager - manager of addons for the Vim editor
vim-gtk - Vi IMproved - enhanced vi editor - with GTK2 GUI
vim-latexsuite - view, edit and compile LaTeX documents from within Vim
vim-nox - Vi IMproved - enhanced vi editor
vim-scripts - plugins for vim, adding bells and whistles
vim-syntax-gtk - Syntax files to highlight GTK+ keywords in vim
vim-vimoutliner - script for building an outline editor on top of Vim
vim-common - Vi IMproved - Common files
vim-dbg - Vi IMproved - enhanced vi editor (debugging symbols)
vim-doc - Vi IMproved - HTML documentation
vim-gnome - Vi IMproved - enhanced vi editor - with GNOME2 GUI
vim-gui-common - Vi IMproved - Common GUI files
vim-runtime - Vi IMproved - Runtime files
vim-tiny - Vi IMproved - enhanced vi editor - compact version
vim-rails - plugins for vim to allow easier editing of Rails Applications
Run Code Online (Sandbox Code Playgroud)
这是我通常安装的:
sudo apt-get install vim vim-scripts vim-doc vim-latexsuite vim-gui-common vim-gnome
Run Code Online (Sandbox Code Playgroud)
以前有个包叫“vim-full”……
归档时间: |
|
查看次数: |
47912 次 |
最近记录: |