How to Install and Uninstall compiler-rt.x86_64 Package on AlmaLinux 9

Last updated: October 11,2024

1. Install "compiler-rt.x86_64" package

Please follow the instructions below to install compiler-rt.x86_64 on AlmaLinux 9

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

2. Uninstall "compiler-rt.x86_64" package

In this section, we are going to explain the necessary steps to uninstall compiler-rt.x86_64 on AlmaLinux 9:

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

3. Information about the compiler-rt.x86_64 package on AlmaLinux 9

Last metadata expiration check: 2:38:25 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : compiler-rt
Version : 16.0.6
Release : 2.el9_3
Architecture : x86_64
Size : 2.1 M
Source : compiler-rt-16.0.6-2.el9_3.src.rpm
Repository : appstream
Summary : LLVM "compiler-rt" runtime libraries
URL : http://llvm.org
License : Apache-2.0 WITH LLVM-exception OR 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.