How To Install integritysetup on Fedora 36
Introduction
In this tutorial we learn how to install integritysetup on Fedora 36.
What is integritysetup
The integritysetup package contains a utility for setting up disk integrity protection using dm-integrity kernel module.
We can use yum or dnf to install integritysetup on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install integritysetup.
Install integritysetup 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 integritysetup using dnf by running the following command:
sudo dnf -y install integritysetup
Install integritysetup 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 integritysetup using yum by running the following command:
sudo yum -y install integritysetup
How To Uninstall integritysetup on Fedora 36
To uninstall only the integritysetup package we can use the following command:
sudo dnf remove integritysetup
integritysetup Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/41
/usr/lib/.build-id/41/2c3e440bea184e4182f6e87c50ac3adf4e6111
/usr/sbin/integritysetup
/usr/share/licenses/integritysetup
/usr/share/licenses/integritysetup/COPYING
/usr/share/man/man8/integritysetup.8.gz
References
Summary
In this tutorial we learn how to install integritysetup on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).