How To Install fspy on Fedora 36
Introduction
In this tutorial we learn how to install fspy
on Fedora 36.
What is fspy
fspy is an easy to use linux filesystem activity monitoring tool. It is is small, fast and handles system resources conservatively. Features include being able to apply filters, use diffing and set a custom output format in order to achieve the best results.
We can use yum
or dnf
to install fspy
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fspy.
Install fspy 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 fspy
using dnf
by running the following command:
sudo dnf -y install fspy
Install fspy 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 fspy
using yum
by running the following command:
sudo yum -y install fspy
How To Uninstall fspy on Fedora 36
To uninstall only the fspy
package we can use the following command:
sudo dnf remove fspy
fspy Package Contents on Fedora 36
/usr/bin/fspy
/usr/lib/.build-id
/usr/lib/.build-id/48
/usr/lib/.build-id/48/e8cbc8e43237b0cec3230b042b383282100d6d
/usr/share/doc/fspy
/usr/share/doc/fspy/GPL_V_2.txt
/usr/share/doc/fspy/GPL_V_3.txt
/usr/share/doc/fspy/LICENSE
/usr/share/doc/fspy/README
References
Summary
In this tutorial we learn how to install fspy
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).