How To Install Readtags?
Maintainer: Alessandro Ghedini
Email: [email protected] .
Website: https://ctags.io/
Section: editors
Install readtags
-
Debian
apt-get install universal-ctags
Click to copy -
Ubuntu
apt-get install universal-ctags
Click to copy -
Alpine OS
apk add ctags
Click to copy -
Arch Linux
pacman -S ctags
Click to copy -
Kali Linux
apt-get install universal-ctags
Click to copy -
CentOS
yum install ctags
Click to copy -
Fedora
dnf install ctags
Click to copy -
macOS
brew install ctags
Click to copy
universal-ctags
build tag file indexes of source code definitionsctags parses source code and produces a sort of index mapping the names of significant entities (e.g. functions, classes, variables) to the location where that entity is defined. This index is used by editors like vi and emacsen to allow moving to the definition of a user-specified entity. Universal Ctags is a fork of Exuberant Ctags that adds additional features as well as support for more languages.
ctags
Generates an index file of language objects found in source files
To install the latest version of readtags in your favorite operating system just copy the readtags installation command from above and paste it into terminal. It will download and install the latest version of readtags 2023 package in your OS.