How to Install and Uninstall compiler-rt.src Package on Oracle Linux 9

Last updated: May 19,2024

1. Install "compiler-rt.src" package

Please follow the guidelines below to install compiler-rt.src on Oracle Linux 9

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

2. Uninstall "compiler-rt.src" package

This guide let you learn how to uninstall compiler-rt.src on Oracle Linux 9:

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

3. Information about the compiler-rt.src package on Oracle Linux 9

Last metadata expiration check: 3:25:29 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : compiler-rt
Version : 16.0.6
Release : 2.el9_3
Architecture : src
Size : 2.3 M
Source : None
Repository : ol9_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.