How To Install unity-gtk3-module on Fedora 36

In this tutorial we learn how to install unity-gtk3-module in Fedora 36. unity-gtk3-module is Gtk3MenuShell D-Bus exporter

Introduction

In this tutorial we learn how to install unity-gtk3-module on Fedora 36.

What is unity-gtk3-module

This GTK+ 3 module exports Gtk3MenuShells over D-Bus.

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

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

sudo dnf -y install unity-gtk3-module

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

sudo yum -y install unity-gtk3-module

How To Uninstall unity-gtk3-module on Fedora 36

To uninstall only the unity-gtk3-module package we can use the following command:

sudo dnf remove unity-gtk3-module

unity-gtk3-module Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/51d736962540df994b2e23fa26fe26c495ff2f
/usr/lib64/gtk-3.0/modules/libunity-gtk-module.so

References

Summary

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