How To Install gxvattr on Fedora 36
Introduction
In this tutorial we learn how to install gxvattr on Fedora 36.
What is gxvattr
GTK1-based GUI for inspecting and setting Xv attributes.
We can use yum or dnf to install gxvattr on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gxvattr.
Install gxvattr 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 gxvattr using dnf by running the following command:
sudo dnf -y install gxvattr
Install gxvattr 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 gxvattr using yum by running the following command:
sudo yum -y install gxvattr
How To Uninstall gxvattr on Fedora 36
To uninstall only the gxvattr package we can use the following command:
sudo dnf remove gxvattr
gxvattr Package Contents on Fedora 36
/usr/bin/gxvattr
/usr/lib/.build-id
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/d09c7bb98a6a14a4eb9db8499d9f970a616fc8
/usr/share/licenses/gxvattr
/usr/share/licenses/gxvattr/COPYING
References
Summary
In this tutorial we learn how to install gxvattr on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).