How To Install idevicerestore on Fedora 36
Introduction
In this tutorial we learn how to install idevicerestore on Fedora 36.
What is idevicerestore
idevicerestore is a command-line application to restore firmware files to iOS devices. In general, upgrades and downgrades are possible, however subject to availability of SHSH blobs from Apple for signing the firmware files.
We can use yum or dnf to install idevicerestore on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install idevicerestore.
Install idevicerestore 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 idevicerestore using dnf by running the following command:
sudo dnf -y install idevicerestore
Install idevicerestore 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 idevicerestore using yum by running the following command:
sudo yum -y install idevicerestore
How To Uninstall idevicerestore on Fedora 36
To uninstall only the idevicerestore package we can use the following command:
sudo dnf remove idevicerestore
idevicerestore Package Contents on Fedora 36
/usr/bin/idevicerestore
/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/fbd3d752adb9282a960866bf34cda51e100f3c
/usr/share/doc/idevicerestore
/usr/share/doc/idevicerestore/AUTHORS
/usr/share/doc/idevicerestore/NEWS
/usr/share/doc/idevicerestore/README.md
/usr/share/licenses/idevicerestore
/usr/share/licenses/idevicerestore/COPYING
/usr/share/man/man1/idevicerestore.1.gz
References
Summary
In this tutorial we learn how to install idevicerestore on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).