How to Install and Uninstall clang-analyzer.noarch Package on Amazon Linux 2

Last updated: September 21,2024

1. Install "clang-analyzer.noarch" package

Please follow the guidelines below to install clang-analyzer.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install clang-analyzer.noarch

2. Uninstall "clang-analyzer.noarch" package

Please follow the guidance below to uninstall clang-analyzer.noarch on Amazon Linux 2:

$ sudo yum remove clang-analyzer.noarch $ sudo yum autoremove

3. Information about the clang-analyzer.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : clang-analyzer
Arch : noarch
Version : 11.1.0
Release : 1.amzn2.0.2
Size : 68 k
Repo : amzn2-core/2/x86_64
Summary : A source code analysis framework
URL : http://llvm.org
License : NCSA and MIT
Description : The Clang Static Analyzer consists of both a source code analysis
: framework and a standalone tool that finds bugs in C and
: Objective-C programs. The standalone tool is invoked from the
: command-line, and is intended to run in tandem with a build of a
: project or code base.