How to Install and Uninstall rtags.x86_64 Package on Fedora 34

Last updated: September 29,2024

1. Install "rtags.x86_64" package

Please follow the step by step instructions below to install rtags.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install rtags.x86_64

2. Uninstall "rtags.x86_64" package

This is a short guide on how to uninstall rtags.x86_64 on Fedora 34:

$ sudo dnf remove rtags.x86_64 $ sudo dnf autoremove

3. Information about the rtags.x86_64 package on Fedora 34

Last metadata expiration check: 4:13:06 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rtags
Version : 2.33
Release : 6.fc33
Architecture : x86_64
Size : 1.4 M
Source : rtags-2.33-6.fc33.src.rpm
Repository : fedora
Summary : A indexer for the c language family with Emacs integration
URL : https://github.com/Andersbakken/rtags
License : GPLv3+
Description : 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 we give you proper
: follow-symbol and find-references support.