Course Code: TRMX-101
1. What is Termux?
Termux is a powerful terminal emulator for Android that gives you a full Linux environment. You can run shell
commands, install tools, run Python scripts, and even use it for ethical hacking and cybersecurity practice.
2. Why Use Termux?
- No root required
- Lightweight and open-source
- Can install Linux tools (like nmap, hydra, python, etc.)
- Great for ethical hacking learners, coders, automation lovers
3. How to Install Termux
Method 1: From F-Droid (Recommended)
1. Go to: https://f-droid.org
2. Search for Termux
3. Tap Download APK
4. Allow install from 'Unknown sources' in phone settings
5. Install the APK
Method 2: From GitHub (Official)
Visit: https://github.com/termux/termux-app
Download latest .apk release
Install as above
Note: Avoid installing from Google Play Store, as it is outdated and unsupported.
4. Termux First Setup
After installation:
pkg update && pkg upgrade
Page 1