우분투16 ctags 설치

Jmnote (토론 | 기여)님의 2017년 5월 17일 (수) 01:43 판 (→‎같이 보기)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
  다른 뜻에 대해서는 우분투14 ctags 설치 문서를 참조하십시오.
  다른 뜻에 대해서는 CentOS ctags 설치 문서를 참조하십시오.
우분투16 ctags 설치
apt install exuberant-ctags

1 확인[ | ]

root@zetawiki:~# ctags --version
-bash: ctags: command not found
root@zetawiki:~# apt list exuberant-ctags
Listing... Done
exuberant-ctags/xenial 1:5.9~svn20110310-11 amd64

2 설치[ | ]

root@zetawiki:~# apt install exuberant-ctags
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  exuberant-ctags
0 upgraded, 1 newly installed, 0 to remove and 34 not upgraded.
Need to get 126 kB of archives.
After this operation, 341 kB of additional disk space will be used.
Get:1 http://kr.archive.ubuntu.com/ubuntu xenial/main amd64 exuberant-ctags amd64 1:5.9~svn20110310-11 [126 kB]
Fetched 126 kB in 0s (597 kB/s)         
Selecting previously unselected package exuberant-ctags.
(Reading database ... 108112 files and directories currently installed.)
Preparing to unpack .../exuberant-ctags_1%3a5.9~svn20110310-11_amd64.deb ...
Unpacking exuberant-ctags (1:5.9~svn20110310-11) ........................................] 
Processing triggers for man-db (2.7.5-1) ...##########...................................] 
Setting up exuberant-ctags (1:5.9~svn20110310-11) ...
update-alternatives: using /usr/bin/ctags-exuberant to provide /usr/bin/ctags (ctags) in auto mode
update-alternatives: using /usr/bin/ctags-exuberant to provide /usr/bin/etags (etags) in auto mode

3 확인 2[ | ]

root@zetawiki:~# ctags --version
Exuberant Ctags 5.9~svn20110310, Copyright (C) 1996-2009 Darren Hiebert
  Addresses: <dhiebert@users.sourceforge.net>, http://ctags.sourceforge.net
  Optional compiled features: +wildcards, +regex

4 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}