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

Last updated: January 16,2025

1. Install "clang-analyzer.noarch" package

This is a short guide on how to install clang-analyzer.noarch on CentOS Stream 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 Stream 8:

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

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

Last metadata expiration check: 1:08:02 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : clang-analyzer
Version : 17.0.6
Release : 1.module_el8+767+9fa966b8
Architecture : noarch
Size : 131 k
Source : clang-17.0.6-1.module_el8+767+9fa966b8.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.