What is Termux? How To Use Termux Basic Command As a Beginner?


Termux Basic Command

Table of Content

  • What is Termux
  • How to Install Termux
  • How to Upgrade Package in Termux
  • How to Install any Software in Termux
  • How to Uninstall any Software in Termux
  • Install root-repo on Termux
  • How to Clone GitHub script in termux
  • How to Create Folder in Termux
  • How to Create File in Termux

What is Termux?

Termux is an Android terminal emulator that acts like other Linux. Let’s get dig into deep. Termux is an android application built-in Linux environment that works directly with no rooting or setup required. Like other operating systems, it has too own package manager. You could easily install the termux application from Google Play Store.


How to Install Termux App?

The process of installing Termux Application in Android phone is easy. If you are using an Android phone, then you have to open the play store. Follow the below picture.

Step 1: Open your Play Store

Now we will install the Termux application on your android phone. For that, we have to click on the install button.

Step 2: Click on the Install Button

The process of installing the termux application on an Android phone was successful. Let’s get dig into deep and Learn some basics commands in the termux application.

Step 3: Open your Termux App


Upgrade Package in Termux

Suppose you are a freshman. You have installed the termux application on your Android phone. If you open termux for the first time, what should be your initial step? “Don’t worry” We will encourage you. Our first step should be to upgrade all packages that exist in termux. But you have no idea, How to upgrade package in the termux application. Let’s follow the below command.

pkg upgrade

How to Install any Software in Termux?

The process of Installing software in Linux is complex than in Windows. In Linux, you have to install any software with the help of the terminal. It could be a daunting task. Now we will install wget command. With the help of the wget, we could retrieve any content from web servers. Let’s follow the below command.

pkg install wget

Let us figure out whether the wget command is installed in termux or not. For that, we will use which command. Let’s follow the below command.

which wget

How to Uninstall any Software in Termux?

Sometimes we need to uninstall unusual software in Linux, but we don’t have any idea to uninstall the software. We will help you, how to uninstall the software in Linux. Let’s follow the below command.

pkg uninstall wget

Install root-repo in Termux

When I surf the Internet on my smartphone, then I face a common problem. “How to install root-repo in termux” The process of installing root-repo in termux is quite easy. Let’s follow the below command.

pkg install root-repo

How to Clone GitHub script in termux?

There are several hacking tools available on Github. For example, wifi hacking, Facebook hacking, information gathering, etc. If you want to use a hacking tool, then you have to clone all these tools in your system. With the aid of the git-clone, we can clone hacking tools. Let’s follow the below command.

git clone 

According to the below image, we are cloning a phishing tool from the GitHub page.


How to Create Folder in Termux?

mkdir is a familiar command. If you want to create a folder in your Linux, then you should apply the mkdir command. It already exists in Linux. Let’s create a folder with the help of mkdir.

mkdir pentestblog

How to Create File in Termux?

touch is a familiar command. If you want to create a file in your Linux, then you should apply the touch command. It already exists in Linux. Let’s generate a file with the help of a touch command.

touch sandeep.txt

Rating: 1 out of 5.

Latest Posts


Rating: 1 out of 5.

3 Comments

Add a Comment

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