How to Install and Uninstall clang.x86_64 Package on Rocky Linux 8
Last updated: November 29,2024
1. Install "clang.x86_64" package
Please follow the steps below to install clang.x86_64 on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
clang.x86_64
Copied
2. Uninstall "clang.x86_64" package
Please follow the guidance below to uninstall clang.x86_64 on Rocky Linux 8:
$
sudo dnf remove
clang.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the clang.x86_64 package on Rocky Linux 8
Last metadata expiration check: 1:12:01 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : clang
Version : 13.0.1
Release : 2.module+el8.6.0+987+d36ea6a1
Architecture : x86_64
Size : 81 k
Source : clang-13.0.1-2.module+el8.6.0+987+d36ea6a1.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 : 13.0.1
Release : 2.module+el8.6.0+987+d36ea6a1
Architecture : x86_64
Size : 81 k
Source : clang-13.0.1-2.module+el8.6.0+987+d36ea6a1.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.