What is Termux :-

Termux is an Android terminal emulator and Linux environment app that works directly with no rooting or setup required.

The Termux Wiki

Tips and tricks about using Termux application and its packages.
Russian Termux Wiki pages also available.

Introduction


 Weechat in Termux
Termux is an Android terminal emulator and Linux environment application that works directly with no rooting or setup required. A minimal base system is installed automatically, additional packages are available using the APT package manager.

User Interface
How to use the app.
Software
How you can install more software.
Hardware
How to use an external keyboard and mouse.

Addons

Termux has some extra features. You can add them by installing addons:
Termux:API
Access Android and Chrome hardware features.
Termux:Boot
Run script(s) when your device boots.
Termux:Float
Run Termux in a floating window.
Termux:Styling
Have color schemes and powerline-ready fonts customize the appearance of the Termux terminal.
Termux:Tasker
An easy way to call Termux executables from Tasker and compatible apps.
Termux:Widget
Start small scriptlets from the home screen.

Basic Commands of Termux :-


Cmd Usage
termux-setup-storage Used for giving storage permission.
ls Show all you files and folders in Current Directory.
cd cd command is used for change directory. just type cd and your folder name where you want to go.
cd .. Used for going back to your Perivious directory
clear That will clear your Terminal
pkg install This command is used for installing packages. Just type pkg install and your pkg name.
Example :-
pkg install python
pkg uninstall Used for uninstalling any package. Just type pkg uninstall and your package name. Syntax same as above Command.
mkdir Used for making new directory(folder). Just type mkdir and folder name you want to create.
rmdir Used for removing directory. Just type rmdir and folder name you want to delete.
pwd Showing the path of current directory
cat Used for showing all the data of .txt file on Terminal screen. Just type cat and file name
Example :-
cat new.text
rm Used for deleting any file within the directory. Just type rm and your file name that you want to delete.
dpkg –list This command show all installed packages in Termux.
apt install zip For installing zip tool
zip Used for Compress any file. Just type zip and file name you want to Compress. Install zip tool for using this command.
unzip Used for unzip the file. Syntax same as above Command.
date Showing Current date and time. just type date and hit Enter.
free For Showing Memory Usage. just type free and hit Enter.
cal Showing Calender of Current Month



Install Termux Apk :- https://bit.ly/3dkZkzh