How To Install syncevolution-gtk on Fedora 36

In this tutorial we learn how to install syncevolution-gtk in Fedora 36. syncevolution-gtk is GTK+ GUI for syncevolution

Introduction

In this tutorial we learn how to install syncevolution-gtk on Fedora 36.

What is syncevolution-gtk

GTK+ GUI for use with syncevolution.

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

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

sudo dnf -y install syncevolution-gtk

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

sudo yum -y install syncevolution-gtk

How To Uninstall syncevolution-gtk on Fedora 36

To uninstall only the syncevolution-gtk package we can use the following command:

sudo dnf remove syncevolution-gtk

syncevolution-gtk Package Contents on Fedora 36

/usr/bin/sync-ui
/usr/lib/.build-id
/usr/lib/.build-id/44/c5bb4d489c4dbb7232ba0f21e12351c2167a86
/usr/share/applications/sync.desktop
/usr/share/icons/hicolor/48x48/apps/sync.png

References

Summary

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