当前位置: 首页>>技术教程>>正文


如何在Ubuntu中安装vim.full?

,

问题描述

我已经安装了Ubuntu Server,但是只有vim.basic吗?

如何安装vim.full

aptitude install vim进行了尝试,但表示始终已安装。

因为vimvim.basic的软链接。

最佳思路

如果不需要GUI,请尝试使用vim-nox软件包,否则请尝试vim-gnomevim-gtk。有许多使用不同的feature-sets编译的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

次佳思路

这是我通常安装的内容:

sudo apt-get install vim vim-scripts vim-doc vim-latexsuite vim-gui-common vim-gnome

过去曾经有一个名为”vim-full”的软件包…

参考资料

本文由Ubuntu问答整理, 博文地址: https://ubuntuqa.com/article/7668.html,未经允许,请勿转载。