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

Last updated: September 20,2024

1. Install "compiler-rt.i686" package

This guide let you learn how to install compiler-rt.i686 on Rocky Linux 8

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

2. Uninstall "compiler-rt.i686" package

This tutorial shows how to uninstall compiler-rt.i686 on Rocky Linux 8:

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

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

Last metadata expiration check: 2:14:35 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 : i686
Size : 2.0 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.