How to Install and Uninstall rtags Package on Kali Linux

Last updated: May 18,2024

1. Install "rtags" package

Please follow the instructions below to install rtags on Kali Linux

$ sudo apt update $ sudo apt install rtags

2. Uninstall "rtags" package

Please follow the steps below to uninstall rtags on Kali Linux:

$ sudo apt remove rtags $ sudo apt autoclean && sudo apt autoremove

3. Information about the rtags package on Kali Linux

Package: rtags
Source: rtags (2.38-9)
Version: 2.38-9+b1
Installed-Size: 7493
Maintainer: Debian Emacsen team
Architecture: amd64
Depends: init-system-helpers (>= 1.52), libc6 (>= 2.34), libclang1-16 (>= 1:5.0~svn298832-1~), libgcc-s1 (>= 3.0), libstdc++6 (>= 12), zlib1g (>= 1:1.1.4)
Recommends: libclang-dev, elpa-rtags
Size: 1285140
SHA256: fa2b0c36852c2169c1eab4975d4f3cde7dfbf85c7c7debab82b4f3a54d117a11
SHA1: c62e220a768bd673e1537f2fefd3d4ee8413b323
MD5sum: 5a5779edd20fa1446dc3dbae1b4c7c60
Description: 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. There’s 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 clang’s “fixits”
(https://clang.llvm.org/diagnostics.html).
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/Andersbakken/rtags
Section: devel
Priority: optional
Filename: pool/main/r/rtags/rtags_2.38-9+b1_amd64.deb