How to Install and Uninstall cppcheck.x86_64 Package on Fedora 39

Last updated: November 28,2024

1. Install "cppcheck.x86_64" package

Please follow the step by step instructions below to install cppcheck.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install cppcheck.x86_64

2. Uninstall "cppcheck.x86_64" package

Please follow the guidelines below to uninstall cppcheck.x86_64 on Fedora 39:

$ sudo dnf remove cppcheck.x86_64 $ sudo dnf autoremove

3. Information about the cppcheck.x86_64 package on Fedora 39

Last metadata expiration check: 3:47:11 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : cppcheck
Version : 2.13.0
Release : 1.fc39
Architecture : x86_64
Size : 2.6 M
Source : cppcheck-2.13.0-1.fc39.src.rpm
Repository : updates
Summary : Tool for static C/C++ code analysis
URL : http://cppcheck.wiki.sourceforge.net/
License : GPL-3.0-or-later
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).