How to Install and Uninstall clang7.0.x86_64 Package on Amazon Linux 2

Last updated: May 10,2024

1. Install "clang7.0.x86_64" package

This guide covers the steps necessary to install clang7.0.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install clang7.0.x86_64

2. Uninstall "clang7.0.x86_64" package

Here is a brief guide to show you how to uninstall clang7.0.x86_64 on Amazon Linux 2:

$ sudo yum remove clang7.0.x86_64 $ sudo yum autoremove

3. Information about the clang7.0.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : clang7.0
Arch : x86_64
Version : 7.0.1
Release : 1.amzn2.0.3
Size : 360 k
Repo : amzn2-core/2/x86_64
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.