How to Install and Uninstall clang.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 20,2024

1. Install "clang.x86_64" package

This guide covers the steps necessary to install clang.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install clang.x86_64

2. Uninstall "clang.x86_64" package

This tutorial shows how to uninstall clang.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove clang.x86_64 $ sudo dnf autoremove

3. Information about the clang.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:03:50 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : clang
Version : 10.0.1
Release : 1.module_el8.3.0+467+cb298d5b
Architecture : x86_64
Size : 81 k
Source : clang-10.0.1-1.module_el8.3.0+467+cb298d5b.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.