How to Install and Uninstall clang.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "clang.x86_64" package

This is a short guide on how to install clang.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install clang.x86_64

2. Uninstall "clang.x86_64" package

Here is a brief guide to show you how to uninstall clang.x86_64 on Fedora 34:

$ sudo dnf remove clang.x86_64 $ sudo dnf autoremove

3. Information about the clang.x86_64 package on Fedora 34

Last metadata expiration check: 0:12:31 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : clang
Version : 12.0.1
Release : 1.fc34
Architecture : x86_64
Size : 83 k
Source : clang-12.0.1-1.fc34.src.rpm
Repository : updates
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.