How to Install and Uninstall clang-analyzer.noarch Package on Rocky Linux 9

Last updated: July 01,2024

1. Install "clang-analyzer.noarch" package

In this section, we are going to explain the necessary steps to install clang-analyzer.noarch on Rocky Linux 9

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

2. Uninstall "clang-analyzer.noarch" package

Here is a brief guide to show you how to uninstall clang-analyzer.noarch on Rocky Linux 9:

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

3. Information about the clang-analyzer.noarch package on Rocky Linux 9

Last metadata expiration check: 0:28:21 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : clang-analyzer
Version : 16.0.6
Release : 1.el9
Architecture : noarch
Size : 112 k
Source : clang-16.0.6-1.el9.src.rpm
Repository : appstream
Summary : A source code analysis framework
URL : http://llvm.org
License : Apache-2.0 WITH LLVM-exception OR NCSA OR 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.