Termux basics: How to download and How to setup

Termux beginner’s

 Termux basics – Hello guy’s in this article we are going to discuss What is termux? How to install? and begging steps of termux.. yes Let’s start.,

Termux basics: How to download and How to setup
Termux

 What is termux?

Termux is an Android terminal emulator and Linux environment app that works directly without a root. Termux can accommodate many of your needs for a Linux development environment. That termux application download link is given in below. Download Termux Link

Termux basics installation

After you install the termux you have to install some packages like python,python2, curl, git, java, OpenSSH, Metasploit, etc, Now we are going to install some required packages.

How to install python in termux basics?

First, you open your termux and update first using this below command.

apt update

Once you update your termux application that you will type this below command to install python

pkg install python

How to install python2 in termux basics?

Once you complete the python installation that you will type this below command to install pytrhon2 this python2 will help you to run python packages.

pkg install python2

Some python files need python3 but you can’t. if you install python2 you can run python3 files also

How to install the git package in termux?

git packages will help you to clone the package so this git package most important one. type your termux the following command to install git.

pkg install git

How to install wget in termux?

This wget package will help you to retrieve content and files from various web servers. type this below command to install the wget package.

pkg install wget

How to install curl in termux?

A curl is a command-line tool for doing all sorts of URL manipulations and transfers, but this particular document will focus on how to use it when doing HTTP requests for fun and profit. I will assume that you know how to invoke curl –help or curl –manual to get basic information about it. type this below command to install curl in termux.

pkg install curl

How to install OpenSSH in termux?

OpenSSH is the premier connectivity tool for remote login with the SSH protocol. It encrypts all traffic to eliminate eavesdropping, connection hijacking, and other attacks. … Remote operations are done using ssh, SCP, and sftp. Key management with ssh-add, ssh-keysign, ssh-keyscan, and ssh-keygen. type this following command to install OpenSSH in your termux.

pkg install openssh

Lots of packages are available but the above package is the most important. this article is only for first-time termux installers. we will discuss so many things about termux upcoming tutorials. if you have any doubt’s please command below. thankyou.

Post a Comment

Previous Post Next Post