How to Install and Uninstall librttr-devel.x86_64 Package on CentOS 8 / RHEL 8

Last updated: September 29,2024

1. Install "librttr-devel.x86_64" package

Learn how to install librttr-devel.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install librttr-devel.x86_64

2. Uninstall "librttr-devel.x86_64" package

Please follow the steps below to uninstall librttr-devel.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove librttr-devel.x86_64 $ sudo dnf autoremove

3. Information about the librttr-devel.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 5:49:53 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : librttr-devel
Version : 0.9.6
Release : 3.el8
Architecture : x86_64
Size : 137 k
Source : rttr-0.9.6-3.el8.src.rpm
Repository : epel
Summary : Header files for the C++ Run Time Type Reflection library
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++.