How To Install cutter-gui on Fedora 36

In this tutorial we learn how to install cutter-gui in Fedora 36. cutter-gui is GUI Test module for Cutter

Introduction

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

What is cutter-gui

GUI Test module for Cutter. Cutter is a xUnit family Unit Testing Framework for C/C++. Cutter provides easy to write test and easy to debug code environment.

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

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

sudo dnf -y install cutter-gui

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

sudo yum -y install cutter-gui

How To Uninstall cutter-gui on Fedora 36

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

sudo dnf remove cutter-gui

cutter-gui Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/59
/usr/lib/.build-id/59/9da656334c1351fa125a798202ed2a1a4eaba8
/usr/lib/.build-id/81
/usr/lib/.build-id/81/c9fa59157617fbc83b495ccc6c551054d57b9d
/usr/lib64/cutter/module/factory/ui/gtk_factory.so
/usr/lib64/cutter/module/ui/gtk.so
/usr/share/cutter/ui
/usr/share/cutter/ui/gtk-menu.ui

References

Summary

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