우분투14 ctags 설치

(우분투 ctags 설치에서 넘어옴)
  다른 뜻에 대해서는 우분투16 ctags 설치 문서를 참조하십시오.
  다른 뜻에 대해서는 CentOS ctags 설치 문서를 참조하십시오.
우분투 ctags 설치
apt-get install exuberant-ctags

1 확인[ | ]

root@zetawiki:~# ctags --version
The program 'ctags' is currently not installed. You can install it by typing:
apt-get install exuberant-ctags

2 설치[ | ]

root@zetawiki:~# apt-get install exuberant-ctags
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following package was automatically installed and is no longer required:
  librabbitmq1
Use 'apt-get autoremove' to remove it.
The following NEW packages will be installed:
  exuberant-ctags
0 upgraded, 1 newly installed, 0 to remove and 193 not upgraded.
Need to get 120 kB of archives.
After this operation, 334 kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main exuberant-ctags amd64 1:5.9~svn20110310-7ubuntu0.1 [120 kB]
Fetched 120 kB in 1s (76.2 kB/s)          
Selecting previously unselected package exuberant-ctags.
(Reading database ... 100729 files and directories currently installed.)
Preparing to unpack .../exuberant-ctags_1%3a5.9~svn20110310-7ubuntu0.1_amd64.deb ...
Unpacking exuberant-ctags (1:5.9~svn20110310-7ubuntu0.1) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Setting up exuberant-ctags (1:5.9~svn20110310-7ubuntu0.1) ...
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
  Compiled: Oct  7 2014, 13:52:37
  Addresses: <dhiebert@users.sourceforge.net>, http://ctags.sourceforge.net
  Optional compiled features: +wildcards, +regex

4 같이 보기[ | ]

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