Come installare vim.full in Ubuntu?


20

Ho installato Ubuntu Server ma ne ho solo vim.basic?

Come installo vim.full?

Ho provato aptitude install vimma ha detto che è sempre installato.

Perché vimè un collegamento soft a vim.basic.

Risposte:


29

Prova il vim-noxpacchetto se non hai bisogno di una GUI, altrimenti prova vim-gnomeo vim-gtk. Esistono numerosi pacchetti vim compilati con diversi set di funzionalità:

% 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
Puoi usare apt-cache search -n vim per cercare solo i nomi dei pacchetti invece di reindirizzare l'output in grep
Sam

Come notato da @Johan (ma per renderlo più ovvio) su alcune versioni precedenti di Ubuntu c'era un pacchetto chiamato vim-full che poteva essere installato.
Kaleb Pederson,

Successivamente potrebbe essere necessario modificare il collegamento da /usr/bin/vim.tiny a /usr/bin/vim.full Utilizzare whereis vim per ottenere ulteriori informazioni
user119591

9

Questo è ciò che di solito installo:

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

In passato, c'era un pacchetto chiamato "vim-full" ...


1

Esegui questi comandi in un terminale:

sudo apt-get build-dep gnome-vim
sudo apt-get install gnome-vim
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.