How to Install and Uninstall compiler-rt.i686 Package on Fedora 36

Last updated: May 18,2024

1. Install "compiler-rt.i686" package

Please follow the guidelines below to install compiler-rt.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install compiler-rt.i686

2. Uninstall "compiler-rt.i686" package

Please follow the instructions below to uninstall compiler-rt.i686 on Fedora 36:

$ sudo dnf remove compiler-rt.i686 $ sudo dnf autoremove

3. Information about the compiler-rt.i686 package on Fedora 36

Last metadata expiration check: 0:53:53 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : compiler-rt
Version : 14.0.5
Release : 1.fc36
Architecture : i686
Size : 1.4 M
Source : compiler-rt-14.0.5-1.fc36.src.rpm
Repository : updates
Summary : LLVM "compiler-rt" runtime libraries
URL : http://llvm.org
License : NCSA or MIT
Description : The compiler-rt project is a part of the LLVM project. It provides
: implementation of the low-level target-specific hooks required by
: code generation, sanitizer runtimes and profiling library for code
: instrumentation, and Blocks C language extension.