How to Install and Uninstall clang-analyzer.noarch Package on Amazon Linux 2
Last updated: January 09,2025
1. Install "clang-analyzer.noarch" package
Please follow the guidelines below to install clang-analyzer.noarch on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
clang-analyzer.noarch
Copied
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
Copied
$
sudo yum autoremove
Copied
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.
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.