Sunday, September 8, 2024
Google search engine
HomeNewsHow to Install Termux on Android?

How to Install Termux on Android?

Termux is a Free and Open-source Terminal Emulator which allows you to work under a Linux environment on Android or IOS Phones. It contains a built-in package manager that enables you to download and set up numerous testing and development apps across your phones. Using its package manager, it automatically installs the base system and certain additional programs. The majority of commands work in Termux, it also includes the zsh and tcsh shells and bash as default.

Install Termux on Android

Note: Since November 2022, the Google Playstore has refused to accept updates from Termux, so downloading Termux from there won’t work. So, here’s how you can download Termux as a Third-Party App.

Step 1. Go to the following link.

Landing Page

 

Step 2. Swipe down then click on Download APK.

Download APK

 

Step 3. After completion of the download, simply click on it to install it.

Downloaded Termux

 

Step 4. Now open the Termux app. After installing a few bootstrap packages, you will get the Termux Welcome Screen.

Termux Welcome Screen

 

Step 5. Let us give it Storage permission by the following command.

termux-setup-storage
Storage Permission

 

Step 6. A popup will now appear asking for permission to give access to the storage; click Allow.

Allow storage permission

 

Demonstration

1. pwd – to check the current directory

pwd

pwd

2. touch – creating blank files

touch

touch

3. ls – list files and directories

ls

ls

4. mkdir – to create a directory

mkdir

mkdir

5. cd – to travel paths

cd

cd

Whether you’re preparing for your first job interview or aiming to upskill in this ever-evolving tech landscape, lazyroar Courses are your key to success. We provide top-quality content at affordable prices, all geared towards accelerating your growth in a time-bound manner. Join the millions we’ve already empowered, and we’re here to do the same for you. Don’t miss out – check it out now!

RELATED ARTICLES

Most Popular

Recent Comments