How to Install and Uninstall compiler-rt.i686 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 12,2024

1. Install "compiler-rt.i686" package

This guide let you learn how to install compiler-rt.i686 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "compiler-rt.i686" package

Here is a brief guide to show you how to uninstall compiler-rt.i686 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the compiler-rt.i686 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:26:54 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : compiler-rt
Version : 16.0.6
Release : 3.module+el8.9.0+20599+53352ad4
Architecture : i686
Size : 1.4 M
Source : compiler-rt-16.0.6-3.module+el8.9.0+20599+53352ad4.src.rpm
Repository : ubi-8-appstream-rpms
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.