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

Last updated: July 06,2024

1. Install "compiler-rt.x86_64" package

Please follow the instructions below to install compiler-rt.x86_64 on Fedora 34

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

2. Uninstall "compiler-rt.x86_64" package

This guide let you learn how to uninstall compiler-rt.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 3:46:34 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : compiler-rt
Version : 12.0.1
Release : 1.fc34
Architecture : x86_64
Size : 2.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.