How To Install libirecovery on Fedora 36

In this tutorial we learn how to install libirecovery in Fedora 36. libirecovery is Library and utility to talk to iBoot/iBSS via USB

Introduction

In this tutorial we learn how to install libirecovery on Fedora 36.

What is libirecovery

The libirecovery library allows communication with iBoot/iBSS of iOS devices via USB.

We can use yum or dnf to install libirecovery on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libirecovery.

Install libirecovery 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 using dnf by running the following command:

sudo dnf -y install libirecovery

Install libirecovery 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 using yum by running the following command:

sudo yum -y install libirecovery

How To Uninstall libirecovery on Fedora 36

To uninstall only the libirecovery package we can use the following command:

sudo dnf remove libirecovery

libirecovery Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/324be57f67906f94136c323bf7a3f0e5248b69
/usr/lib/libirecovery-1.0.so.3
/usr/lib/libirecovery-1.0.so.3.0.0
/usr/lib/udev/rules.d/39-libirecovery.rules
/usr/share/doc/libirecovery
/usr/share/doc/libirecovery/NEWS
/usr/share/doc/libirecovery/README.md
/usr/share/licenses/libirecovery
/usr/share/licenses/libirecovery/COPYING

References

Summary

In this tutorial we learn how to install libirecovery on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install libirecovery on Fedora 36” linkTitle: “libirecovery” type: “docs” description: “In this tutorial we learn how to install libirecovery in Fedora 36. libirecovery is Library and utility to talk to iBoot/iBSS via USB” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libirecovery-featured.png

Introduction

In this tutorial we learn how to install libirecovery on Fedora 36.

What is libirecovery

The libirecovery library allows communication with iBoot/iBSS of iOS devices via USB.

We can use yum or dnf to install libirecovery on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libirecovery.

Install libirecovery 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 using dnf by running the following command:

sudo dnf -y install libirecovery

Install libirecovery 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 using yum by running the following command:

sudo yum -y install libirecovery

How To Uninstall libirecovery on Fedora 36

To uninstall only the libirecovery package we can use the following command:

sudo dnf remove libirecovery

libirecovery Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/5862d7cc77c5b786e400a9e150f15573df36f3
/usr/lib/udev/rules.d/39-libirecovery.rules
/usr/lib64/libirecovery-1.0.so.3
/usr/lib64/libirecovery-1.0.so.3.0.0
/usr/share/doc/libirecovery
/usr/share/doc/libirecovery/NEWS
/usr/share/doc/libirecovery/README.md
/usr/share/licenses/libirecovery
/usr/share/licenses/libirecovery/COPYING

References

Summary

In this tutorial we learn how to install libirecovery on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).