How to Set-Up Termux in Android Mobiles

 

How to install Termux on Android – Complete Guide 

Termux is an open-source terminal emulator and Linux environment app for Android devices. It allows users to run a full Linux distribution on their Android devices, giving them access to a wide range of command-line tools, utilities, and software packages typically found in a Linux environment. Termux essentially brings a powerful terminal-based computing experience to Android.

 

Today i’ll show to how to install and setup Termux on your Android Device.

Install Termux:

 

 Visit the Google and search for ” Termux F-droid

 

 

 

Click on first link to continue,You will able to see Termux F-droid Download Page

 

 

 

Scroll Down on the page you will get Downoad Apk file with latest versions

 

Click on Download Apk to start download.

Once the installation is complete, open the Termux app.

 

Grant Permissions:

 

Termux will request some permissions such as storage access. Allow the necessary permissions so that Termux can function properly. or enter the command to grant storage permission using “termux-setup-storage”.

 

Update Packages  on termux(optional but recommended):

 

It’s a good idea to start by updating the package repositories and the packages themselves. In the Termux terminal, type:

 


pkg update 
pkg upgrade

 

 

Install Additional Packages (optional):

 

Termux provides a package manager that allows you to install various Linux packages. For example, if you want to install a text editor like Nano, you can do so using the following command:

 

Pls install all following commands on termux it’s necessary.

 

pkg install nano
pkg install wget
pkg install curl
pkg install git
pkg install pip
pkg install python

 

How to Execute Commands: 

 

Open Termux and update the termux using update command,After type manually above mentioned codes ex: “pkg install git”

 

 

You can now use Termux as a terminal to run Linux commands and applications. Just type commands as you would on a regular Linux terminal.

 

Customization:

 

Termux allows you to customize the appearance and behavior of the terminal. You can change the color scheme, font size, and more. Refer to the Termux documentation or community for customization tips.

 

Accessing the File System:

Termux provides access to your Android device’s file system. You can navigate directories using the cd command and manipulate files using various Linux commands.

Thats it finally you have successfully installed and setup Termux on your Android Device.if you get any errors on your device let me know in the comment section.

visit  to fix Termux Errors Click Here 

 

 

Please note that Termux is a powerful tool and can allow you to run many Linux applications, but not all applications might work perfectly due to Android’s security model and limitations. Also, keep in mind that using Termux effectively requires some familiarity with Linux commands and concepts.

Join for Updates

For more updates, join us on:

WhatsApp Telegram

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top