Ticker

6/recent/ticker-posts

How to get root access in Termux | Tool: ubuntu,

This is a script that allows you to install ubuntu on your Termux application without a rooted device. You may have read so many articles or watched videos about installing ubuntu in android device with the help of termux application. If you still can’t find a clear way to install both CLI ( Command Line Interface) and GUI ( Graphical User Interface) version of Ubuntu in your android device, then this article is for you. In this article, I’ll tell you step-by-step guide on how to install ubuntu in termux without root.


Installation steps

Install ubuntu-in-termux tool on Termux

Step 1-

Before installing any tool we need to update dependencies so the tool does not cause any errors while executing. This command will Update the Termux dependencies so we will not get errors while installation of the tool. Just copy and paste the below command.
  • apt-get update && apt-get upgrade -y
  • apt-get install wget -y
  • apt-get install proot -y
  •  

This command will install the git package which will allow us to download projects from the GitHub Repository. just copy and paste this command and the git will be installed on your Termux.

  • apt-get install git -y

The git-clone command will download the ubuntu-in-termux project from the GitHub repository. Just copy and paste this command in Termux and the tool will be installed in 5 seconds. 

  • git clone https://github.com/MFDGaming/ubuntu-in-termux.git

Step 2-

How To Run the ubuntu-in-termux

Move into the IP-Tracer Folder. If you want to know basic commands of Termux you should must read. Now change your open directory to ubuntu-in-termux.

  • cd ubuntu-in-termux

Use the command make permission all file. Give shell script file permission to execute.

  • chmod +x ubuntu.sh
Type the command below to Setup ubuntu-in-termux.
  • ./ubuntu.sh -y
  • ./startubuntu.sh


Disclaimer ðŸ‘‡

    This article is for educational purposes only. We have written this article to instruct you about such kinds of phishing attacks that are done by attackers. We are not responsible for any misuse of this article or tool.

Post a Comment

0 Comments