How to Install and Uninstall clang-analyzer.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 11,2024

1. Install "clang-analyzer.noarch" package

Please follow the steps below to install clang-analyzer.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "clang-analyzer.noarch" package

This tutorial shows how to uninstall clang-analyzer.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the clang-analyzer.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:58:35 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : clang-analyzer
Version : 16.0.6
Release : 2.module+el8.9.0+19521+190d7aba
Architecture : noarch
Size : 122 k
Source : clang-16.0.6-2.module+el8.9.0+19521+190d7aba.src.rpm
Repository : ubi-8-appstream-rpms
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.