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

Last updated: October 13,2024

1. Install "compiler-rt.x86_64" package

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

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

2. Uninstall "compiler-rt.x86_64" package

This guide covers the steps necessary to uninstall compiler-rt.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 1:25:56 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : compiler-rt
Version : 14.0.5
Release : 1.fc36
Architecture : x86_64
Size : 2.7 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.