# download ctagsgit clone https://github.com/universal-ctags/ctags.gitcd ctags# install build toolssudo apt install \gcc make \pkg-config autoconf automake \python3-docutils \libseccomp-dev \libjansson-dev \libyaml-dev \libxml2-dev# install./autogen.sh./configuremakemake install
链接
