Termux all basic package and files

      



================================
Question ❓:-

What is Termux ?


================================
Answer:- 

Termux is a free and open-source terminal emulator for Android which allows for running a Linux environment on an Android device. Termux installs a minimal base system automatically; additional packages are available using its package manager, based on Debian 's.


Termux is useful for learning Linux commands, app development, task automation, ethical hacking, and cybersecurity research.

================================

How to install TERMUX application 

================================
First you open any browser and then copy this link and search this link in any browser 

𝐋𝐢𝐧𝐤 𝐓𝐞𝐫𝐦𝐮𝐱

https://f-droid.org/repo/com.termux_118.apk


================================




================================

And click to download



Now downloading starting TERMUX


================================

Termux package install in TERMUX



================================

BASIC TERMUX PACKAGE

LIST OF PACKAGE

================================
apt update 
apt upgrade
pkg install git
pkg install python
pkg install pip
pip install requests
pip2 install requests
pip install mechanize
pip2 install mechanize
pip install bs4
termux-setup-storage

================================