How to Install and Uninstall cppcheck.x86_64 Package on Rocky Linux 9

Last updated: May 05,2024

1. Install "cppcheck.x86_64" package

Please follow the guidance below to install cppcheck.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install cppcheck.x86_64

2. Uninstall "cppcheck.x86_64" package

Please follow the steps below to uninstall cppcheck.x86_64 on Rocky Linux 9:

$ sudo dnf remove cppcheck.x86_64 $ sudo dnf autoremove

3. Information about the cppcheck.x86_64 package on Rocky Linux 9

Last metadata expiration check: 1:22:20 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : cppcheck
Version : 2.9
Release : 1.el9
Architecture : x86_64
Size : 2.4 M
Source : cppcheck-2.9-1.el9.src.rpm
Repository : epel
Summary : Tool for static C/C++ code analysis
URL : http://cppcheck.wiki.sourceforge.net/
License : GPLv3+
Description : Cppcheck is a static analysis tool for C/C++ code. Unlike C/C++
: compilers and many other analysis tools it does not detect syntax
: errors in the code. Cppcheck primarily detects the types of bugs that
: the compilers normally do not detect. The goal is to detect only real
: errors in the code (i.e. have zero false positives).