How To Install guitone on Fedora 36

In this tutorial we learn how to install guitone in Fedora 36. guitone is A frontend for Monotone

Introduction

In this tutorial we learn how to install guitone on Fedora 36.

What is guitone

Guitone is a Qt-based, cross-platform graphical user interface for the distributed version control system monotone. It aims towards a full implementation of the monotone automation interface and is especially targeted at beginners. Functionality provided by guitone * Browse a loaded workspace, filter by file states * Display attributes of selected files * Open files in the system’s default viewer on double-click * Show file differences for single and multiple files * List keys from the loaded database and generate new keys * Checkout, export and commit revisions * Query recent revisions from a loaded database and much more.

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

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

sudo dnf -y install guitone

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

sudo yum -y install guitone

How To Uninstall guitone on Fedora 36

To uninstall only the guitone package we can use the following command:

sudo dnf remove guitone

guitone Package Contents on Fedora 36

/usr/bin/guitone
/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/88f258c652641ace12cc5b01d6d16c74c3fde7
/usr/share/appdata/guitone.appdata.xml
/usr/share/applications/guitone.desktop
/usr/share/doc/guitone
/usr/share/doc/guitone/NEWS
/usr/share/doc/guitone/README
/usr/share/doc/guitone/README.driver
/usr/share/licenses/guitone
/usr/share/licenses/guitone/COPYING
/usr/share/pixmaps/guitone.png

References

Summary

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