How To Install xapps-mate on Fedora 36

In this tutorial we learn how to install xapps-mate in Fedora 36. xapps-mate is Mate status applet with HIDPI support

Introduction

In this tutorial we learn how to install xapps-mate on Fedora 36.

What is xapps-mate

Mate status applet with HIDPI support

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

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

sudo dnf -y install xapps-mate

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

sudo yum -y install xapps-mate

How To Uninstall xapps-mate on Fedora 36

To uninstall only the xapps-mate package we can use the following command:

sudo dnf remove xapps-mate

xapps-mate Package Contents on Fedora 36

/usr/libexec/xapps/applet_constants.py
/usr/libexec/xapps/mate-xapp-status-applet.py
/usr/share/dbus-1/services/org.mate.panel.applet.MateXAppStatusAppletFactory.service
/usr/share/mate-panel/applets/org.x.MateXAppStatusApplet.mate-panel-applet

References

Summary

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