How To Install Gtags In Debian, Ubuntu, Kali, Fedora, Raspbian And MacOS?

How To Install Gtags In Debian, Ubuntu, Kali, Fedora, Raspbian And MacOS?

gtags

Source code search and browse tools

Maintainer: Punit Agrawal



Section: devel

Install gtags

  • Debian apt-get install global Click to copy
  • Ubuntu apt-get install global Click to copy
  • Kali Linux apt-get install global Click to copy
  • Fedora dnf install global Click to copy
  • Raspbian apt-get install global Click to copy
  • macOS brew install global Click to copy

global

Source code search and browse tools

GNU GLOBAL is a source code tag system that works the same way across diverse environments. Currently, it supports the following: o command line, and the 'globash' query subshell. o vim plugin, and support for other vi clones. o less o emacs o web browser Supported languages are C, C++, yacc and Java. You can locate a specified function in the source files and move there easily. It is especially useful for hacking large projects containing many subdirectories, many '#ifdef' and many main() functions, like X or kernel source. This package include the htmake(1) extension which allows GLOBAL's hypertext search function to be implemented from a single central cgi script. Doxygen now supports using global as its source browser, with the USE_HTAGS option.

Install the latest version of gtags in Debian, Ubuntu, Kali, Fedora, Raspbian and macOS from terminal. To install the gtags just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of gtags from the respository and install it in your computer/server.