# download ctags
git clone https://github.com/universal-ctags/ctags.git
cd ctags
# install build tools
sudo apt install \
gcc make \
pkg-config autoconf automake \
python3-docutils \
libseccomp-dev \
libjansson-dev \
libyaml-dev \
libxml2-dev
# install
./autogen.sh
./configure
make
make install
链接