Can We Run Linux Through Termux,We are Trying Ubuntu
Step1 : Update Termux
This command will Update and upgrade all the Termux
apt-get update && apt-get upgrade -y
Step 2 : Install wget proot and git
To install the tools and repos from the internet we have to install a few packages .we will install wget to get the scripts and a few files from the internet. we will install proot in termux to create a separate container environment for our ubuntu os.
apt-get install wget proot git -y
step3 : Enter the git script url with git clone
Simple copy paste the command and press enter.
git clone https://github.com/MFDGaming/ubuntu-in-termux.git
step4 : Go to the ubuntu-in-termux directory
Just paste the below command and you will be inside the ubuntu-in-termux folder
cd ubuntu-in-termux
step5 : Give the execution permission to ubuntu-in-termux
Script to install the ubuntu shell in your termux terminal. run this command.
chmod +x ubuntu.sh
step6 : Execute the Script:
Enter this command and wait for the script completely install.
bash ubuntu.sh or ./ ubuntu.sh
step7 : start ubuntu shell :
Just type the below command and you will see that you are in ubuntu as a root user.
