1.3. Install Vim on Debian GNU/Linux To install Vim on Debian Linux (GNU Linux), login as root and when connected to internet type - apt-get install vim vim-rt It will download the latest version of vim, install it, configure it. The first package listed is vim, the standard editor, compiled with X11 support, vim-rt is the vim runtime, it holds all the syntax and help files. On Debian 3.0 (woody) and above, use 'apt-get install vim' instead. The vim-rt package is part of the main vim package. [링크 : http://www.faqs.org/docs/Linux-HOWTO/Vim-HOWTO.html] |
우분투에 9.04 기본으로 설치된 VI는 문법강조가 작동하지 않는다.
그래서 위의 방법대로 했더니 vim-rt는 존재하지 않고 vim-runtime 패키지가 존재 한다.
$ sudo apt-get install vim
라고 입력하면 알아서 추천하고 알아서 설치해준다.
'프로그램 사용 > vi' 카테고리의 다른 글
busybox 1.14.3 vi editor (0) | 2009.09.16 |
---|---|
vi 에서 대소문자 구분 하지 않고 검색하기 + 단어단위 검색 (0) | 2009.09.02 |
VI에 ctags 사용하기 (0) | 2009.07.21 |
VI - hex mode (2) | 2009.03.03 |
VI 사용법 - simple usage about VI (6) | 2008.12.24 |