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

Last updated: July 05,2024

1. Install "cppcheck.x86_64" package

Please follow the guidelines below to install cppcheck.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install cppcheck.x86_64

2. Uninstall "cppcheck.x86_64" package

Here is a brief guide to show you how to uninstall cppcheck.x86_64 on Oracle Linux 9:

$ sudo dnf remove cppcheck.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:34:52 ago on Thu Feb 15 07:50:05 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).