Termux Apk Download Latest Version 2025 | Termux Command List | Termux Tutorial

Turn your Android device into a powerful Linux environment. Learn essential commands, automate tasks, and unlock advanced featuresโ€”all without root access!

Termux is a powerful terminal emulator and Linux environment designed specifically for Android devices. It provides users with a robust command-line interface and a wide array of tools and utilities, making it an ideal platform for developers, hackers, and tech enthusiasts alike.

How to Install Termux on Android?

Follow these simple steps to install Termux and start using the Linux terminal on your phone.

๐Ÿ”น Option 1: Install from Play Store ( Not Recommended โ€“ Old Version)

1๏ธโƒฃ Open the Google Play Store
2๏ธโƒฃ Search for Termux and install it
3๏ธโƒฃ Open Termux and run:

				
					pkg update && pkg upgrade

				
			

โš ๏ธ Note: The Play Store version is outdated. Use the latest version from F-Droid or GitHub instead.

๐Ÿ”น Option 2: Install from F-Droid ( Recommended)

1๏ธโƒฃ Go to F-Droid Website.
2๏ธโƒฃ Download and install F-Droid App.
3๏ธโƒฃ Open F-Droid and search for Termux.
4๏ธโƒฃ Install Termux and open it.
5๏ธโƒฃ Run the following command to update packages:

				
					pkg update && pkg upgrade

				
			

Basic Termux Commands

Now that users have installed Termux, let’s add a Basic Commands section where they can quickly learn essential terminal commands.

๐Ÿ“‚ File & Directory Navigation
				
					ls
				
			

๐Ÿ”น List files and folders in the current directory.

				
					cd <folder_name>
				
			

๐Ÿ”น Change directory (navigate into a folder).

				
					cd ..

				
			

๐Ÿ”น Go back one directory.

				
					mkdir <folder_name>
				
			

๐Ÿ”น Create a new folder.

				
					rm <file_name>
				
			

๐Ÿ”น Delete a file.

				
					rm -rf <folder_name>
				
			

๐Ÿ”น Delete a folder and its contents.

๐Ÿ“ฆ Package Management (Installing & Updating Tools)
				
					pkg update && pkg upgrade
				
			

๐Ÿ”น Update all installed packages.

				
					pkg install <package_name>
				
			

๐Ÿ”น Install a new package (Example: pkg install python)

				
					pkg uninstall <package_name>
				
			

๐Ÿ”น Remove an installed package.

				
					pkg list-installed
				
			

๐Ÿ”น List all installed packages.

๐Ÿ–ฅ๏ธ System Commands
				
					termux-setup-storage
				
			

๐Ÿ”น Grant Termux access to internal storage.

				
					clear
				
			

๐Ÿ”น Clear the terminal screen.

				
					exit
				
			

๐Ÿ”น Close Termux.

Termux Advanced Commands

๐Ÿ–ฅ๏ธ ๐Ÿ”— Networking & Remote Access
				
					ssh user@hostname
				
			

๐Ÿ”น Connect to a remote server using SSH.

				
					wget <URL>
				
			

๐Ÿ”น Download a file from the internet.

				
					curl -O <URL>
				
			

๐Ÿ”น Download a file using cURL.

				
					ping -c 4 google.com
				
			

๐Ÿ”น Check internet connectivity.

				
					netstat -tulnp
				
			

๐Ÿ”น Show active network connections.

๐Ÿ’พ File Management & Permissions
				
					cp <source> <destination>
				
			

๐Ÿ”น Copy a file.

				
					mv <source> <destination>
				
			

๐Ÿ”น Move or rename a file.

				
					chmod +x <file_name>
				
			

๐Ÿ”น Make a file executable.

				
					chown user:group <file_name>
				
			

๐Ÿ”น Change file ownership.

๐Ÿ› ๏ธ Development & Scripting
				
					pkg install python
				
			

๐Ÿ”น Install Python.

				
					pkg install nodejs

				
			

๐Ÿ”น Install Node.js

				
					python script.py
				
			

๐Ÿ”น Run a Python script.

				
					bash script.sh
				
			

๐Ÿ”น Execute a Bash script.

				
					nano <file_name>
				
			

๐Ÿ”น Open a file in the Nano text editor.

๐ŸŒ Running a Local Server
				
					pkg install php
php -S localhost:8080
				
			

๐Ÿ”น Start a PHP development server.

				
					pkg install apache2
apachectl start
				
			

๐Ÿ”น Start an Apache web server.

				
					pkg install nginx
nginx
				
			

๐Ÿ”น Start an Nginx server.

๐Ÿ“‚ Storage & Data Management
				
					df -h
				
			

๐Ÿ”น Check disk space usage.

				
					du -sh *
				
			

๐Ÿ”น Show the size of all files & folders.

				
					tar -cvf archive.tar <folder>
				
			

๐Ÿ”น Create a compressed archive.

				
					tar -xvf archive.tar

				
			

๐Ÿ”น Extract a compressed archive.

FAQs

What is Termux?

Termux is a powerful Linux terminal emulator for Android that allows you to run Linux commands, install packages, and even set up servers without root access.

Yes, Termux is completely free and open-source. You can download it from F-Droid for the latest version.

Yes, but you need to install a desktop environment and use a VNC server. Example:

				
					pkg install x11-repo
pkg install xfce4 tigervnc
vncserver
				
			

Contact Us

๐Ÿ“ž Need help with Termux? Have suggestions or found an issue? Get in touch with us!

๐Ÿ“ง Email: support@blogmatrix.com
๐ŸŒ Website: www.termuxapk.xyz

๐Ÿ“ฌ Fill out the contact form below: