How to use Termux App for Android : Terminal Emulator and Linux environment 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. Developer: Fredrik Fornwall Download link: Steps and Instructions : 1.Download Termux app and install it.Open Termux and wait for its complete installation. 2.Now, for first time you need to use this command (as shown in screenshot): apt update 3.Now,we can use apt command.To know how to use apt , click on Help in Termux app (Long press in Termux Terminal window will bring menu ) 4.To get list of available packages,use this command: apt list 5.To install any package,say python ,use this command: apt install python 5.To search any package,say python. Use this command: apt search python 6.To remove/uninstall a package,say python , use
This site is all about learning.So Please fill free to learn