irecovery command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
irecovery: command not found
or when using sudo you get the following error message
sudo: irecovery: command not found
Solutions to irecovery: command not found
How To Fix irecovery: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu irecovery is provided by irecovery package.
irecovery is:
libirecovery is a library which implements communication to iBoot/iBSS recovery mode found on Apple’s iOS devices via USB.
This package contains a command-line utility named irecovery.
To fix this problem, we can install more using the command below.
sudo apt-get -y install irecovery
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install irecovery.
sudo apt -y install irecovery
Or if you have aptitude installed you can use the following command.
sudo aptitude install irecovery
Summary
In this tutorial we learn how to fix irecovery command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.