Properly install checkra1n on Linux for 64-bit (not arm64!)
Normally, installing checkra1n gives you errors about dependencies (usually libncurses5).
This tool both removes existing checkra1n installs and any existing checkra1n repo files, installs/reinstalls necessary libs, and reinstalls checkra1n (idevicerestore and irecovery too!)
First, install Git. (Run the command below)
sudo apt install gitThen, run these commands:
git clone https://github.com/MKstarFromSwitch/checkra1nproperinstall.git
cd checkra1nproperinstallThen, open a terminal and cd into the directory where you cloned the script and run this command:
chmod +x ./go.shThen, run this command:
./go.shIt should now work.
To the checkra1n team for checkra1n and its APT repo
To me for the script
To the developers of the following libraries: libc6, libtinfo5, libncurses5, libreadline7