How To Install libirecovery-utils on Fedora 36
Introduction
In this tutorial we learn how to install libirecovery-utils on Fedora 36.
What is libirecovery-utils
This package contains command line utilities for libirecovery.
We can use yum or dnf to install libirecovery-utils on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libirecovery-utils.
Install libirecovery-utils 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 libirecovery-utils using dnf by running the following command:
sudo dnf -y install libirecovery-utils
Install libirecovery-utils 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 libirecovery-utils using yum by running the following command:
sudo yum -y install libirecovery-utils
How To Uninstall libirecovery-utils on Fedora 36
To uninstall only the libirecovery-utils package we can use the following command:
sudo dnf remove libirecovery-utils
libirecovery-utils Package Contents on Fedora 36
/usr/bin/irecovery
/usr/lib/.build-id
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/7608c6dfb4e7ee72bec9c6afa25806e490e63c
References
Summary
In this tutorial we learn how to install libirecovery-utils on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).