Ich habe Ubuntu Server installiert, aber ich habe nur vim.basic
?
Wie installiere ich vim.full
?
Versucht mit, aptitude install vim
aber es sagte, dass es immer installiert ist.
Da vim
ist ein weicher Link zu vim.basic
.
Probieren Sie das vim-nox
Paket aus, wenn Sie keine GUI benötigen, vim-gnome
oder versuchen Sie es vim-gtk
. Es gibt eine Reihe von vim-Paketen, die mit verschiedenen Funktionssätzen kompiliert wurden:
% 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
Das installiere ich normalerweise:
Früher gab es ein Paket namens "vim-full" ...
quelle
Führen Sie diese Befehle in einem Terminal aus:
quelle