Rtags-rdm Installation On A Debian, Ubuntu, Kali, Fedora And MacOS

Rtags-rdm Installation On A Debian, Ubuntu, Kali, Fedora And MacOS

rtags-rdm

C/C++ client/server indexer with integration for Emacs

Maintainer: Debian Emacsen team



Section: devel

Install rtags-rdm

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

rtags

C/C++ client/server indexer with integration for Emacs

RTags is a client/server application that indexes C/C++ code and keeps a persistent file-based database of references, declarations, definitions, symbolnames etc. Thereu2019s also limited support for ObjC/ObjC++. It allows you to find symbols by name (including nested class and namespace scope). Most importantly it gives you proper follow-symbol and find-references support. It also have neat little things like rename-symbol, integration with clangu2019s u201cfixitsu201d (https://clang.llvm.org/diagnostics.html).

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