How To Install libfsverity on Fedora 36
In this tutorial we learn how to install libfsverity in Fedora 36. libfsverity is Development package for fsverity-utils
Introduction
In this tutorial we learn how to install libfsverity on Fedora 36.
What is libfsverity
Library for fsverity-utils.
We can use yum or dnf to install libfsverity on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libfsverity.
Install libfsverity 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 libfsverity using dnf by running the following command:
sudo dnf -y install libfsverity
Install libfsverity 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 libfsverity using yum by running the following command:
sudo yum -y install libfsverity
How To Uninstall libfsverity on Fedora 36
To uninstall only the libfsverity package we can use the following command:
sudo dnf remove libfsverity
libfsverity Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/10
/usr/lib/.build-id/10/110346badaabab6b073a6c165e17e8fe81ceb0
/usr/lib64/libfsverity.so.0
/usr/share/licenses/libfsverity
/usr/share/licenses/libfsverity/LICENSE
References
Summary
In this tutorial we learn how to install libfsverity on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).