How to Install and Uninstall compiler-rt.x86_64 Package on CentOS Stream 8

Last updated: January 18,2025

1. Install "compiler-rt.x86_64" package

This is a short guide on how to install compiler-rt.x86_64 on CentOS Stream 8

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

2. Uninstall "compiler-rt.x86_64" package

Please follow the guidance below to uninstall compiler-rt.x86_64 on CentOS Stream 8:

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

3. Information about the compiler-rt.x86_64 package on CentOS Stream 8

Last metadata expiration check: 3:15:19 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : compiler-rt
Version : 17.0.6
Release : 1.module_el8+767+9fa966b8
Architecture : x86_64
Size : 3.3 M
Source : compiler-rt-17.0.6-1.module_el8+767+9fa966b8.src.rpm
Repository : appstream
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.