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

Last updated: June 29,2024

1. Install "compiler-rt.i686" package

Please follow the step by step instructions below to install compiler-rt.i686 on Fedora 34

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

2. Uninstall "compiler-rt.i686" package

This tutorial shows how to uninstall compiler-rt.i686 on Fedora 34:

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

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

Last metadata expiration check: 5:40:17 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : compiler-rt
Version : 12.0.1
Release : 1.fc34
Architecture : i686
Size : 1.3 M
Source : compiler-rt-12.0.1-1.fc34.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.