728x90
Linux - Vi Editer:vs(세로나누기) version error 보여줄때
vi, getting multiple:vs “Sorry, the command is not available in this version…"
Try from within vim ...(Vi편집기를 실행하고 :모드에서 버전을 확인한다)
:version
and if your get ...(버전설명내용중에 Small version without GUI 라는 말이 있다면 ..)
........... Small version without GUI. ..........
You are missing package vim-gui-common. It is probably also advisable to install vim-runtime. Commands to install: vim-gui-common 과 vim-runtime을 설치 하여야한다.
sudo apt-get install vim-gui-common sudo apt-get install vim-runtime
Another cause might be that alternatives is pointing to the wrong one:
update-alternatives --display vim
to show what is used and ...
update-alternatives --config vim
to change to another vim. It could be that /usr/bin/vim.gnome is used and you need /usr/bin/vim
'my_lesson > _Linux' 카테고리의 다른 글
Linux - 파일/디렉토리 이름 바꾸기 : [bash: mv, rename] (0) | 2016.02.18 |
---|---|
Linux - Install X Window in Ubutu Server (0) | 2016.01.08 |
Linux - Ubuntu 서버를 설치하고 세팅해야 할것들[8] : JAVA (0) | 2015.12.26 |
Linux - Ubuntu 서버를 설치하고 세팅해야 할것들[7] : 외부 접속(ssh, port forward) (0) | 2015.12.23 |
Linux - Ubuntu 서버를 설치하고 세팅해야 할것들[6] : 한글 편집기 (1) | 2015.12.23 |
댓글