How To Install cppcheck-gui on Fedora 36

In this tutorial we learn how to install cppcheck-gui in Fedora 36. cppcheck-gui is Graphical user interface for cppcheck

Introduction

In this tutorial we learn how to install cppcheck-gui on Fedora 36.

What is cppcheck-gui

This package contains the graphical user interface for cppcheck.

We can use yum or dnf to install cppcheck-gui on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cppcheck-gui.

Install cppcheck-gui on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install cppcheck-gui using dnf by running the following command:

sudo dnf -y install cppcheck-gui

Install cppcheck-gui on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install cppcheck-gui using yum by running the following command:

sudo yum -y install cppcheck-gui

How To Uninstall cppcheck-gui on Fedora 36

To uninstall only the cppcheck-gui package we can use the following command:

sudo dnf remove cppcheck-gui

cppcheck-gui Package Contents on Fedora 36

/usr/bin/cppcheck-gui
/usr/lib/.build-id
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/f26caf012314772601c433a2f86999f6ad0cd7
/usr/share/applications/cppcheck-gui.desktop
/usr/share/icons/hicolor/64x64/apps/cppcheck-gui.png
/usr/share/icons/hicolor/scalable/apps/cppcheck-gui.svg
/usr/share/pixmaps/cppcheck-gui.png

References

Summary

In this tutorial we learn how to install cppcheck-gui on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).