Comment installer vim.full dans Ubuntu?


20

J'ai installé Ubuntu Server mais je n'ai que vim.basic?

Comment installer vim.full?

Essayé aptitude install vimmais il a dit qu'il est toujours installé.

Parce que vimc'est un lien doux vers vim.basic.

Réponses:


29

Essayez le vim-noxpackage si vous n'avez pas besoin d'une interface graphique, sinon essayez vim-gnomeou vim-gtk. Il existe un certain nombre de packages vim compilés avec différents ensembles de fonctionnalités:

% 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

8
Vous pouvez utiliser apt-cache search -n vim pour rechercher uniquement les noms de packages au lieu de canaliser la sortie dans grep
Sam

Comme l'a noté @Johan (mais pour le rendre plus évident) sur certaines anciennes versions d'Ubuntu, il y avait un paquet appelé vim-full qui pouvait être installé.
Kaleb Pederson

Ensuite, vous devrez peut-être modifier le lien de /usr/bin/vim.tiny à /usr/bin/vim.full Utilisez whereis vim pour obtenir plus d'informations
user119591

9

C'est ce que j'installe habituellement:

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

Dans le passé, il y avait un paquet appelé "vim-full" ...


1

Exécutez ces commandes dans un terminal:

sudo apt-get build-dep gnome-vim
sudo apt-get install gnome-vim
En utilisant notre site, vous reconnaissez avoir lu et compris notre politique liée aux cookies et notre politique de confidentialité.
Licensed under cc by-sa 3.0 with attribution required.