How to install Termux in Android
What is Termux
Termux is an Android terminal emulator and Linux environment app that
works directly with no rooting or setup required. A minimal base system is
installed automatically.Additionall packages are available using the APT
package manager.
Head over to
f droid
and download any terminal emulator app. For this instance, let’s go with
Termux.
Step 2
Now, since it’s our first-time setup, we’ll have to type in some terminal
commands. Don’t worry, all these commands are simple. And don’t require
any root access. You can o download this file (Google drive) and copy
paste them one by one to your terminal.
If you have ever work in the terminal, you might know, it’s always a good
deal to update your repository. So, type
"apt-get update && apt-get upgrade"
and then press Y to confirm changes.
(Note: If you get an error apt-get: not found, scroll down the end of the article, I’ll have all solutions
there)
Next, you need to give termux access to your device’s filesystem, So you
in follow this blog
Now termux installed successfully
Enjoy hecking tools in termux
@rajbhx