Join WhatsApp

Join Now

Join Telegram

Join Now

How To Install Parrot OS In Termux | Easy Method 2025

By Saboor Shawkat

Updated on:

parrot os in termux
5/5 - (2 votes)

In This Post I Am Going To Show You, How To Install Parrot OS In Termux. We Will Install Parrot OS In Termux By Cloning The Parrot OS Installation Files From GitHub. Installing Parrot OS In Termux Is A Little Complicated Task But I Will Show You The Easiest Way To Install Parrot OS In Termux. We Will Start From The Basic Till The Installation And Use Of The Parrot OS. Read This Article Fully To Avoid Errors While Installing Parrot OS In Termux.

Pre-requisites

We Will Install Dependencies First Followed By The Downloading Of Files From GitHub And We Will Finally Go For The Installtion Of Parrot OS In Our Termux Machine.

How To Install Parrot OS In Termux?

Follow The Below Steps One By One To Install Parrot OS In Termux:

Step 1: First Of All You Need To Install The Termux App From Playstore Or FDroid.

Step 2: Open The Termux And Give The Storage Permissions To The Termux App Using termux-setup-storage Command.

ShellScript
termux-setup-storage

Step 3: Update And Upgrade All The Currently Installed Packages Using pkg update && pkg upgrade -y Command.

ShellScript
pkg update && pkg upgrade -y

Step 4: Now Install Git In Termux Using pkg install git -y Command As Git Helps Us To Clone Files From GitHub.

ShellScript
pkg install git -y

Step 5: Install Wget In Termux Using pkg install wget -y Command As Wget Helps Us To Download Files From Web.

ShellScript
pkg install wget -y

Step 6: Install Proot And Curl In Termux Using pkg install proot -y && pkg install curl -y Command As One Of The Dependency Of Parrot OS.

ShellScript
pkg install proot -y && pkg install curl -y
Install Proot In Termux

Step 7: Clone The Parrot OS Files From GitHub Into Termux Using git clone https://github.com/RiSecID/parrot-in-termux.git Command.

ShellScript
git clone https://github.com/RiSecID/parrot-in-termux.git
Clone Parrot OS In Termux

Step 8: Navigate To The Parrot OS Directory Using cd parrot-in-termux Command.

ShellScript
cd parrot-in-termux

Step 9: Give The Executable Permissions To The Parrot OS Installation File Using chmod +x parrot.sh Command.

ShellScript
 chmod +x parrot.sh
Navigate To Parrot OS Directory

Step 10: Finally Install Parrot OS In Termux Using bash parrot.sh -y Command.

ShellScript
bash parrot.sh -y
Install Parrot OS In Termux

This Will Get Some Files From The Parrot Server. Once The Files Has Been Successfully Imported, You Can Run The Parrot OS In Termux Using ./startparrot.sh Command. The Installation Process Requires Internet Connection And Should Not Be Quited Inbetween The Installation. Now If You Have Completed This We Can Move On The Next Topic.

How To Use Parrot OS In Termux?

Once The Installation Of The Parrot OS Has Been Completed We Can Use Parrot OS On Termux. But Before Using The Parrot OS In Termux We Need To Setup The Parrot OS For Package Installation And Other Tasks. Follow The Below Steps One By One To Use Parrot OS In Termux:

Step 1: First Of All We Need To Start The Parrot OS On Termux Using bash startparrot.sh Command.

ShellScript
bash startparrot.sh
Start Parrot OS In Termux

Step 2: Once The Parrot OS Will Be Started In Termux We Need To Update The Packages Using apt update Command.

ShellScript
apt update
Update Parrot OS

Step 3: Now We Will Setup Sudo As One Of The Important Thing In Termux Using apt install sudo -y Command.

ShellScript
apt install sudo -y
Install Sudo In Termux

Step 4: Check The Current Release And Version Of Your Parrot OS Using cat /etc/os-release Command.

ShellScript
cat /etc/os-release
Check Parrot OS Version

Through These Steps We Can Setup And Verify The Installation Of Parrot OS In Termux. I Hope You Have Understood This Post Well. If You Got Any Query Related To The Installation, Tell Me In The Comment Section.

How To Install Parrot OS In Termux Using A Single Command?

Instead Of Typing The Commands One By One To Install Parrot OS In Termux, You Can Automate The Whole Work Using One Command In Termux. Type apt update && apt upgrade -y && pkg install proot curl -y && pkg install wget -y && pkg install git -y && git clone https://github.com/RiSecID/parrot-in-termux.git && cd parrot-in-termux && chmod +x parrot.sh && bash parrot.sh -y && ./startparrot.sh Command In Termux To Install Parrot OS Using A Single Command.

ShellScript
apt update && apt upgrade -y && pkg install proot curl -y && pkg install wget -y && pkg install git -y && git clone https://github.com/RiSecID/parrot-in-termux.git && cd parrot-in-termux && chmod +x parrot.sh && bash parrot.sh -y && ./startparrot.sh

This Command Will Automate The Installation Process In Termux. This Process Will Take The Same Time As The Step By Step Process. If You Encounter Any Error During The Installation Of Parrot OS In Termux You Can Go With The Step By Step Process Of Installing Parrot OS In Termux.

Conclusion:

Parrot OS Is A Powerfull And Awesome Operating System, This Contains A Lot Of Tools Than Kali Linux. Parrot OS Is Widely Known For The Graphics And Speed In Linux. One Can Install Parrot OS In Termux And Enjoy The Most Features Of Parrot OS In Termux. This Is Not The Full Installation As This Installation Does Not Require The Installation Of Tools And Other Things. This Is Just The Core Installation Of Parrot OS In Termux. I Hope You Have Liked This Post. Thanks For Reading.

Frequently Asked Questions:

What Is Parrot OS?

Parrot Is A Powerfull Linux Based Operating System That Can Be Used To Enjoy The Debain Based Linux Features And Tools.

Can We Install Parrot OS In Termux?

Yes, Parrot OS Can Be Easily Installated In Termux Using Some Specific Commands.

Does Parrot OS Requires Root In Termux?

No, You Do Not Need Any Root Permissions To Install Parrot OS In Termux.

Leave a Comment