How To Install guitone on Fedora 34

guitone is A frontend for Monotone

Introduction

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

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 34. In this tutorial we discuss both methods but you only need to choose one of method to install guitone.

Install guitone on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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

sudo dnf -y install guitone

Install guitone on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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 34

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

sudo dnf remove guitone

guitone Package Contents on Fedora 34

/usr/bin/guitone
/usr/lib/.build-id
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/60486c378693e45bf25c6d884798cdf0b7ec5b
/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 34 using yum and dnf.