Termux - Linux environment app for Android | Learn hacking with Android Device
Termux is an Android terminal application and Linux Environment. A Minimal base system is installed automatically, additional packages are available using the package manager. It provides a command line environment and allows you to install Linux apps on your android device. Termux is super-compact application that open up a lot of functionality for your android device. The command line is one of most powerful feature of Linux, and Termux builds on you device's Linux kernel to make you more efficient on the go. Termux is free shell environment for android.How to Install and setup Termuxyou can download termux via Play store Basic Command to use Termuxit is based on Linux environment, so it's commands literally to Linux commands,apt updatethis command is used to update Termux to latest version.apt upgradethis command upgrade all tools, and packages used in termuxclearthis command same as Linux terminal, used to clear screencd "path"To navigate to another directory or path, simply type this command, replace "path" with your directory nameexitExit command close the connection with termux and close the applsList all the directories and files available in the present path or directory, this command also same as Linux Terminalapt listShowing list of all packagesapt remove "package name"To remove any tools or package from termux, you have to use this command , just replace "package name" with the name of tools or packageapt install "package name"Use this command to install package or tools in termux.