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

Last updated: May 18,2024

1. Install "clang-analyzer.noarch" package

This is a short guide on how to install clang-analyzer.noarch on Rocky Linux 8

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

2. Uninstall "clang-analyzer.noarch" package

This guide let you learn how to uninstall clang-analyzer.noarch on Rocky Linux 8:

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

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

Last metadata expiration check: 0:34:26 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : clang-analyzer
Version : 13.0.1
Release : 2.module+el8.6.0+987+d36ea6a1
Architecture : noarch
Size : 120 k
Source : clang-13.0.1-2.module+el8.6.0+987+d36ea6a1.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.