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

Last updated: November 26,2024

1. Install "cppcheck.x86_64" package

In this section, we are going to explain the necessary steps to install cppcheck.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install cppcheck.x86_64

2. Uninstall "cppcheck.x86_64" package

Please follow the instructions below to uninstall cppcheck.x86_64 on Fedora 34:

$ sudo dnf remove cppcheck.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:53:45 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : cppcheck
Version : 2.7
Release : 1.fc34
Architecture : x86_64
Size : 2.4 M
Source : cppcheck-2.7-1.fc34.src.rpm
Repository : updates
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).