How to Install and Uninstall clang-analyzer.noarch Package on CentOS 8 / RHEL 8

Last updated: May 20,2024

1. Install "clang-analyzer.noarch" package

Learn how to install clang-analyzer.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install clang-analyzer.noarch

2. Uninstall "clang-analyzer.noarch" package

In this section, we are going to explain the necessary steps to uninstall clang-analyzer.noarch on CentOS 8 / RHEL 8:

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

3. Information about the clang-analyzer.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:03:51 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : clang-analyzer
Version : 10.0.1
Release : 1.module_el8.3.0+467+cb298d5b
Architecture : noarch
Size : 65 k
Source : clang-10.0.1-1.module_el8.3.0+467+cb298d5b.src.rpm
Repository : appstream
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.