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

Last updated: November 02,2024

1. Install "compiler-rt.i686" package

Please follow the instructions below to install compiler-rt.i686 on AlmaLinux 8

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

2. Uninstall "compiler-rt.i686" package

This guide covers the steps necessary to uninstall compiler-rt.i686 on AlmaLinux 8:

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

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

Last metadata expiration check: 0:23:07 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : compiler-rt
Version : 13.0.1
Release : 1.module_el8.6.0+2864+ffe288a1
Architecture : i686
Size : 2.0 M
Source : compiler-rt-13.0.1-1.module_el8.6.0+2864+ffe288a1.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.