

















































pkg search: Search for packages. For example, pkg search python is going to search for packages related to Python. pkg install: Install one package. For example, pkg install python is going to install the Python package. pkg update: Update the package list. pkg upgrade: Upgrade every installed packages to the latest version. pkg remove: Remove an package. For instance, pkg remove python will remove the Python package.
Alternatively, you can also download the Termux APK file from the official website and install it manually. Initial Configuration Once you have installed Termux, you can launch the application by tapping on the Termux icon on your home screen or app drawer. When you open Termux for the first time, you will see a terminal interface with a command prompt. The first thing you need to do is update the package list and upgrade the packages to the latest version. You can do this by running the following commands: bashCopy CodeCopiedpkg update pkg upgrade Basic Navigation Termux uses a Linux-based file system, and navigating through the file system is similar to using a Linux terminal. Here are some basic navigation commands: cd: Change directory. For example, cd /storage/emulated/0 will take you to the root directory of your internal storage. ls: List files and directories in the current directory. mkdir: Create a new directory For example, mkdir mydir termux complete tutorial
Termux Wiki: The Termux wiki offers extensive pkg search: Search for packages