How to Install and Uninstall librttr.i686 Package on Fedora 36

Last updated: October 07,2024

1. Install "librttr.i686" package

Please follow the guidance below to install librttr.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install librttr.i686

2. Uninstall "librttr.i686" package

This guide covers the steps necessary to uninstall librttr.i686 on Fedora 36:

$ sudo dnf remove librttr.i686 $ sudo dnf autoremove

3. Information about the librttr.i686 package on Fedora 36

Last metadata expiration check: 0:16:54 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : librttr
Version : 0.9.7
Release : 0.1git7edbd58.fc36
Architecture : i686
Size : 208 k
Source : rttr-0.9.7-0.1git7edbd58.fc36.src.rpm
Repository : fedora
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++.