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

Last updated: June 18,2024

1. Install "compiler-rt.x86_64" package

This is a short guide on how to install compiler-rt.x86_64 on Oracle Linux 8

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

2. Uninstall "compiler-rt.x86_64" package

This tutorial shows how to uninstall compiler-rt.x86_64 on Oracle Linux 8:

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

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

Last metadata expiration check: 3:03:56 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : compiler-rt
Version : 13.0.1
Release : 1.module+el8.6.0+20527+760cef7e
Architecture : x86_64
Size : 4.2 M
Source : compiler-rt-13.0.1-1.module+el8.6.0+20527+760cef7e.src.rpm
Repository : ol8_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.