우분투에서 vim.full을 설치하는 방법? vim.full합니까? 시도 aptitude install vim했지만 항상 설치되어 있다고

Ubuntu Server를 설치했지만 vim.basic?

어떻게 설치 vim.full합니까?

시도 aptitude install vim했지만 항상 설치되어 있다고 말했습니다.

vim에 대한 소프트 링크 이기 때문 입니다 vim.basic.



답변

vim-noxGUI가 필요없는 경우 패키지를 사용해보십시오 . 그렇지 않으면 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

답변

이것이 내가 일반적으로 설치하는 것입니다.

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

과거에는 “vim-full”이라는 패키지가있었습니다.


답변

터미널에서 다음 명령을 실행하십시오.

sudo apt-get build-dep gnome-vim
sudo apt-get install gnome-vim