How to Install and Uninstall clang.src Package on Oracle Linux 9

Last updated: July 05,2024

1. Install "clang.src" package

Please follow the guidelines below to install clang.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install clang.src

2. Uninstall "clang.src" package

Please follow the steps below to uninstall clang.src on Oracle Linux 9:

$ sudo dnf remove clang.src $ sudo dnf autoremove

3. Information about the clang.src package on Oracle Linux 9

Last metadata expiration check: 2:48:24 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : clang
Version : 16.0.6
Release : 1.0.1.el9
Architecture : src
Size : 22 M
Source : None
Repository : ol9_appstream
Summary : A C language family front-end for LLVM
URL : http://llvm.org
License : Apache-2.0 WITH LLVM-exception OR 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.