Install Proot in Termux: Run Linux on Android Without Root

 

Welcome To defaultsudo.

Introduction about Proot package: 


Proot is a user-space implementation that allows you to run a full Linux distribution on Android without root access. It is useful for developers, ethical hackers, and students who want to simulate a Linux environment in Termux.


In this guide, you’ll learn how to install proot in Termux step by step.


1.Upgrade your termux first : 

  $ apt update && apt upgrade

  $ pkg update && pkg upgrade 

2.Install Proot : 

 $ pkg install proot -y

3. Install proot-distro 

 $ pkg install proot-distro -y

5. Install debian as Linux package 

 $ proot-distro install debian

(It will take time .So just wait)

6. Log in debian root 

 $ proot-distro login debian



Done.You have limited access of root without full root access by Proot.


Proof as images : 





Thanks for visiting our site .Stay Tuned With defaultsudo.

Comments

Popular posts from this blog

Most Useful Basic Commands For Ethical Hacking For Beginners (2025)

Updated Termux Installation Guide (2025) – Best Method for Android