How To Install fatrace on Fedora 36
Introduction
In this tutorial we learn how to install fatrace
on Fedora 36.
What is fatrace
fatrace reports file access events from all running processes. Its main purpose is to find processes which keep waking up the disk unnecessarily and thus prevent some power saving.
We can use yum
or dnf
to install fatrace
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fatrace.
Install fatrace 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 fatrace
using dnf
by running the following command:
sudo dnf -y install fatrace
Install fatrace 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 fatrace
using yum
by running the following command:
sudo yum -y install fatrace
How To Uninstall fatrace on Fedora 36
To uninstall only the fatrace
package we can use the following command:
sudo dnf remove fatrace
fatrace Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/1ee8d419f1f592c589ad263fe34dc6a5d0ed69
/usr/sbin/fatrace
/usr/sbin/power-usage-report
/usr/share/doc/fatrace
/usr/share/doc/fatrace/COPYING
/usr/share/doc/fatrace/NEWS
/usr/share/man/man8/fatrace.8.gz
References
Summary
In this tutorial we learn how to install fatrace
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).