目的
wsl上でctagsを使おうとすると、インストールする必要があった。
exuberant-ctagsとuniversal-ctagsの違いを調べた。
結論は、universal-ctagsをインストールすればよい。
$ ctags -R .
Command 'ctags' not found, but can be installed with:
sudo apt install exuberant-ctags # version 1:5.9~svn20110310-12, or
sudo apt install universal-ctags # version 0+git20181215-2
exuberant-ctags
複数のプログラミング言語に対応したctags。
公式ページのリリース最新Version 5.8 [09 July 2009]とあるため、
開発が10年前に止まっている。
universal-ctags
universal-ctagsは、exuberant-ctagsの開発を引き継いでいるプロジェクトとのこと。universal-ctagsを使っていれば間違いなさそう。
universal-ctags has the objective of continuing the development from what existed in the Sourceforge area. Github exuberant-ctags repository was started by Reza Jelveh and was later moved to the universal-ctags organization.