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

Last updated: May 02,2024

1. Install "librttr.i686" package

Please follow the step by step instructions below to install librttr.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install librttr.i686

2. Uninstall "librttr.i686" package

Please follow the guidelines below to uninstall librttr.i686 on Fedora 35:

$ sudo dnf remove librttr.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:29:23 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : librttr
Version : 0.9.7
Release : 0.1git7edbd58.fc35
Architecture : i686
Size : 208 k
Source : rttr-0.9.7-0.1git7edbd58.fc35.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++.