How To Install cmake-gui on Fedora 36

In this tutorial we learn how to install cmake-gui in Fedora 36. cmake-gui is Qt GUI for cmake

Introduction

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

What is cmake-gui

The cmake-gui package contains the Qt based GUI for cmake.

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

Install cmake-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 cmake-gui using dnf by running the following command:

sudo dnf -y install cmake-gui

Install cmake-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 cmake-gui using yum by running the following command:

sudo yum -y install cmake-gui

How To Uninstall cmake-gui on Fedora 36

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

sudo dnf remove cmake-gui

cmake-gui Package Contents on Fedora 36

/usr/bin/cmake-gui
/usr/lib/.build-id
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/2ff5e0539f5660eaa1b0a062108cdbc2df1a1a
/usr/share/applications/cmake-gui.desktop
/usr/share/icons/hicolor/128x128/apps/CMakeSetup.png
/usr/share/icons/hicolor/32x32/apps/CMakeSetup.png
/usr/share/man/man1/cmake-gui.1.gz
/usr/share/metainfo/cmake-gui.appdata.xml
/usr/share/mime/packages
/usr/share/mime/packages/cmakecache.xml

References

Summary

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