How to Install and Uninstall clang.i686 Package on CentOS Stream 8
Last updated: January 16,2025
1. Install "clang.i686" package
This guide covers the steps necessary to install clang.i686 on CentOS Stream 8
$
sudo dnf update
Copied
$
sudo dnf install
clang.i686
Copied
2. Uninstall "clang.i686" package
Please follow the steps below to uninstall clang.i686 on CentOS Stream 8:
$
sudo dnf remove
clang.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the clang.i686 package on CentOS Stream 8
Last metadata expiration check: 5:16:32 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : clang
Version : 17.0.6
Release : 1.module_el8+767+9fa966b8
Architecture : i686
Size : 90 k
Source : clang-17.0.6-1.module_el8+767+9fa966b8.src.rpm
Repository : appstream
Summary : A C language family front-end for LLVM
URL : http://llvm.org
License : NCSA
Description : clang: noun
: 1. A loud, resonant, metallic sound.
: 2. The strident call of a crane or goose.
: 3. C-language family front-end toolkit.
:
: The goal of the Clang project is to create a new C, C++, Objective C
: and Objective C++ front-end for the LLVM compiler. Its tools are built
: as libraries and designed to be loosely-coupled and extensible.
:
: Install compiler-rt if you want the Blocks C language extension or to
: enable sanitization and profiling options when building, and
: libomp-devel to enable -fopenmp.
Available Packages
Name : clang
Version : 17.0.6
Release : 1.module_el8+767+9fa966b8
Architecture : i686
Size : 90 k
Source : clang-17.0.6-1.module_el8+767+9fa966b8.src.rpm
Repository : appstream
Summary : A C language family front-end for LLVM
URL : http://llvm.org
License : NCSA
Description : clang: noun
: 1. A loud, resonant, metallic sound.
: 2. The strident call of a crane or goose.
: 3. C-language family front-end toolkit.
:
: The goal of the Clang project is to create a new C, C++, Objective C
: and Objective C++ front-end for the LLVM compiler. Its tools are built
: as libraries and designed to be loosely-coupled and extensible.
:
: Install compiler-rt if you want the Blocks C language extension or to
: enable sanitization and profiling options when building, and
: libomp-devel to enable -fopenmp.