How to Install and Uninstall cppcheck.x86_64 Package on Fedora 36
Last updated: January 20,2025
1. Install "cppcheck.x86_64" package
This guide let you learn how to install cppcheck.x86_64 on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
cppcheck.x86_64
Copied
2. Uninstall "cppcheck.x86_64" package
Please follow the steps below to uninstall cppcheck.x86_64 on Fedora 36:
$
sudo dnf remove
cppcheck.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the cppcheck.x86_64 package on Fedora 36
Last metadata expiration check: 5:34:30 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : cppcheck
Version : 2.7.4
Release : 2.fc36
Architecture : x86_64
Size : 2.5 M
Source : cppcheck-2.7.4-2.fc36.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).
Available Packages
Name : cppcheck
Version : 2.7.4
Release : 2.fc36
Architecture : x86_64
Size : 2.5 M
Source : cppcheck-2.7.4-2.fc36.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).