How to Install and Uninstall compiler-rt.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "compiler-rt.x86_64" package

Please follow the instructions below to install compiler-rt.x86_64 on Rocky Linux 8

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

2. Uninstall "compiler-rt.x86_64" package

Please follow the steps below to uninstall compiler-rt.x86_64 on Rocky Linux 8:

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

3. Information about the compiler-rt.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:46:33 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : compiler-rt
Version : 13.0.1
Release : 1.module+el8.6.0+825+7e27476a
Architecture : x86_64
Size : 4.2 M
Source : compiler-rt-13.0.1-1.module+el8.6.0+825+7e27476a.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.