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

Last updated: November 27,2024

1. Install "librttr-devel.i686" package

Please follow the instructions below to install librttr-devel.i686 on Fedora 35

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

2. Uninstall "librttr-devel.i686" package

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

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

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

Last metadata expiration check: 0:30:54 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : librttr-devel
Version : 0.9.7
Release : 0.1git7edbd58.fc35
Architecture : i686
Size : 130 k
Source : rttr-0.9.7-0.1git7edbd58.fc35.src.rpm
Repository : fedora
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++.