If you’re on windows, here’s how to get checkra1n without installing Linux / UBUNTU. this is full tutorial and simple way to use the new version of checkra1n on Linux!
CheckRa1n has been released for Linux webra1n PongOS. Finally, you can run CheckRa1n on Linux system like UBUNTU. However, if you are on Windows, you can run Linux directly using USB HARD DRIVE. you don’t need to install Linux at all. it is a very easy way. you can follow my tutorial,
How to Run checkra1n on Linux or Windows
- Download Ubuntu from https://ubuntu.com
- Use Rufus to install it to a usb https://rufus.ie
- Boot from the usb by spamming f8 while rebooting with USB in (on most computers).
- Click try, not install when prompted
- When you’re in, go to http://checkra.in
- Download x86_64 for Linux
- Put it on desktop
- Open terminal
- Type the following commands and press return after each one
- cd ~/Desktop chmod 777 checkra1n
- ./checkra1n
- if you have some errors try
- sudo ./checkra1n
- Done
CheckRa1n has been released for Linux. Finally, you can run CheckRa1n on Linux. However, if you are on Windows, you can run Linux directly using USB HARD DRIVE. you don’t need to install Linux at all. it is a very easy way. you can follow my tutorial,
If you have Linux already installed / Ubuntu use this tutorial:
Don’t download checkra1n from the website in this case, run or install it from the terminal. If you download the files from webpage you will miss out on many dependencies and that’s why it doesn’t work and probably you will gets stuck in many places. Install from their apt repo. Simply copy and paste these 4 commands:
- Open ubuntu terminal
- Add our APT repo: echo “deb https://assets.checkra.in/debian /” | sudo tee -a /etc/apt/sources.list
- Add our public key: sudo apt-key adv —fetch-keys https://assets.checkra.in/debian/archive.key
- sudo apt update
- sudo apt-get install checkra1n