How to Install and Uninstall fsverity-utils.i686 Package on Fedora 34

Last updated: October 06,2024

1. Install "fsverity-utils.i686" package

This tutorial shows how to install fsverity-utils.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install fsverity-utils.i686

2. Uninstall "fsverity-utils.i686" package

Please follow the step by step instructions below to uninstall fsverity-utils.i686 on Fedora 34:

$ sudo dnf remove fsverity-utils.i686 $ sudo dnf autoremove

3. Information about the fsverity-utils.i686 package on Fedora 34

Last metadata expiration check: 1:56:44 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : fsverity-utils
Version : 1.3
Release : 3.fc34
Architecture : i686
Size : 32 k
Source : fsverity-utils-1.3-3.fc34.src.rpm
Repository : fedora
Summary : fsverity utilities
URL : https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git
License : BSD
Description : This is fsverity, a userspace utility for fs-verity.
: fs-verity is a Linux kernel feature that does transparent on-demand
: integrity/authenticity verification of the contents of read-only files,
: using a hidden Merkle tree (hash tree) associated with the file.
: The mechanism is similar to dm-verity, but implemented at the file level
: rather than at the block device level. The fsverity utility allows you
: to set up fs-verity protected files.