How to Install and Uninstall clang.x86_64 Package on CentOS Stream 9
Last updated: November 14,2024
1. Install "clang.x86_64" package
This tutorial shows how to install clang.x86_64 on CentOS Stream 9
$
sudo dnf update
Copied
$
sudo dnf install
clang.x86_64
Copied
2. Uninstall "clang.x86_64" package
This guide let you learn how to uninstall clang.x86_64 on CentOS Stream 9:
$
sudo dnf remove
clang.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the clang.x86_64 package on CentOS Stream 9
Last metadata expiration check: 3:01:35 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : clang
Version : 17.0.6
Release : 5.el9
Architecture : x86_64
Size : 72 k
Source : clang-17.0.6-5.el9.src.rpm
Repository : 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.
Available Packages
Name : clang
Version : 17.0.6
Release : 5.el9
Architecture : x86_64
Size : 72 k
Source : clang-17.0.6-5.el9.src.rpm
Repository : 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.