How To Install psi-notify on Fedora 36

In this tutorial we learn how to install psi-notify in Fedora 36. psi-notify is Alert when your machine is becoming over-saturated

Introduction

In this tutorial we learn how to install psi-notify on Fedora 36.

What is psi-notify

psi-notify is a minimal unprivileged notifier for system-wide resource pressure using PSI. This can help you to identify misbehaving applications on your machine before they start to severely impact system responsiveness, in a way which MemAvailable or other metrics cannot.

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

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

sudo dnf -y install psi-notify

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

sudo yum -y install psi-notify

How To Uninstall psi-notify on Fedora 36

To uninstall only the psi-notify package we can use the following command:

sudo dnf remove psi-notify

psi-notify Package Contents on Fedora 36

/usr/bin/psi-notify
/usr/lib/.build-id
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/da597c28d7642e72cfa2f96aba011203c33884
/usr/lib/systemd/user
/usr/lib/systemd/user/psi-notify.service
/usr/share/doc/psi-notify
/usr/share/doc/psi-notify/README.md
/usr/share/doc/psi-notify/demo.gif
/usr/share/licenses/psi-notify
/usr/share/licenses/psi-notify/LICENSE

References

Summary

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