How To Install libindicator-gtk3-tools on Fedora 36

In this tutorial we learn how to install libindicator-gtk3-tools in Fedora 36. libindicator-gtk3-tools is Shared functions for Ayatana indicators - GTK3 Tools

Introduction

In this tutorial we learn how to install libindicator-gtk3-tools on Fedora 36.

What is libindicator-gtk3-tools

This package contains tools used by the libindicator-gtk3 package, the Ayatana indicators system. This package contains the builds of the tools for the GTK+3 build of libindicator.

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

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

sudo dnf -y install libindicator-gtk3-tools

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

sudo yum -y install libindicator-gtk3-tools

How To Uninstall libindicator-gtk3-tools on Fedora 36

To uninstall only the libindicator-gtk3-tools package we can use the following command:

sudo dnf remove libindicator-gtk3-tools

libindicator-gtk3-tools Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/45
/usr/lib/.build-id/45/5f0f230cf678ed8764b0cc4660bbad5791e700
/usr/libexec/indicator-loader3

References

Summary

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