How to Install and Uninstall llvm.i686 Package on CentOS 8 / RHEL 8
Last updated: January 12,2025
1. Install "llvm.i686" package
In this section, we are going to explain the necessary steps to install llvm.i686 on CentOS 8 / RHEL 8
$
sudo dnf update
Copied
$
sudo dnf install
llvm.i686
Copied
2. Uninstall "llvm.i686" package
This guide let you learn how to uninstall llvm.i686 on CentOS 8 / RHEL 8:
$
sudo dnf remove
llvm.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the llvm.i686 package on CentOS 8 / RHEL 8
Last metadata expiration check: 1 day, 5:59:51 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : llvm
Version : 10.0.1
Release : 3.module_el8.3.0+467+cb298d5b
Architecture : i686
Size : 5.1 M
Source : llvm-10.0.1-3.module_el8.3.0+467+cb298d5b.src.rpm
Repository : appstream
Summary : The Low Level Virtual Machine
URL : http://llvm.org
License : NCSA
Description : LLVM is a compiler infrastructure designed for compile-time, link-time,
: runtime, and idle-time optimization of programs from arbitrary programming
: languages. The compiler infrastructure includes mirror sets of programming
: tools as well as libraries with equivalent functionality.
Available Packages
Name : llvm
Version : 10.0.1
Release : 3.module_el8.3.0+467+cb298d5b
Architecture : i686
Size : 5.1 M
Source : llvm-10.0.1-3.module_el8.3.0+467+cb298d5b.src.rpm
Repository : appstream
Summary : The Low Level Virtual Machine
URL : http://llvm.org
License : NCSA
Description : LLVM is a compiler infrastructure designed for compile-time, link-time,
: runtime, and idle-time optimization of programs from arbitrary programming
: languages. The compiler infrastructure includes mirror sets of programming
: tools as well as libraries with equivalent functionality.