How to Install and Uninstall librttr.x86_64 Package on AlmaLinux 9

Last updated: October 09,2024

1. Install "librttr.x86_64" package

Please follow the guidelines below to install librttr.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install librttr.x86_64

2. Uninstall "librttr.x86_64" package

Here is a brief guide to show you how to uninstall librttr.x86_64 on AlmaLinux 9:

$ sudo dnf remove librttr.x86_64 $ sudo dnf autoremove

3. Information about the librttr.x86_64 package on AlmaLinux 9

Last metadata expiration check: 2:46:27 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : librttr
Version : 0.9.7
Release : 0.1git7edbd58.el9
Architecture : x86_64
Size : 197 k
Source : rttr-0.9.7-0.1git7edbd58.el9.src.rpm
Repository : epel
Summary : Run Time Type Reflection for C++
URL : https://www.rttr.org
License : MIT
Description : Run Time Type Reflection is the the ability of a computer program to
: introspect and modify objects at runtime. It is also the name of the
: library itself, which is written in C++.