How to Install and Uninstall clang.i686 Package on Oracle Linux 8

Last updated: May 02,2024

1. Install "clang.i686" package

Here is a brief guide to show you how to install clang.i686 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install clang.i686

2. Uninstall "clang.i686" package

In this section, we are going to explain the necessary steps to uninstall clang.i686 on Oracle Linux 8:

$ sudo dnf remove clang.i686 $ sudo dnf autoremove

3. Information about the clang.i686 package on Oracle Linux 8

Last metadata expiration check: 5:40:12 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : clang
Version : 13.0.1
Release : 2.0.1.module+el8.6.0+20688+58e0e5b4
Architecture : i686
Size : 87 k
Source : clang-13.0.1-2.0.1.module+el8.6.0+20688+58e0e5b4.src.rpm
Repository : ol8_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.