How to download Termux and How to setup

Hello Friends, Today Topic How to download Termux and How to setup in this article we are going to discuss about What is termux? How to install? and begging steps of termux.

 

Let’s start.....

 

How to download Termux and How to setup 

 

What is termux?

Termux is a android terminal emulator and linux environment app that work directly without root. Termux can accommodate many of your needs for a Linux development environment.That termux application download link given in below.
 
                        DOWNLOAD
 

Termux basic instalation

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?

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

apt update

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

pkg install python 

How to install python2 in termux?

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

pkg install python2

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

How to install 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 wget package.

pkg install wget

How to install curl in termux?

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 willl 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

Lot’s of package’s are available but this above package are most important. this article only for first time termux installer only. How to download Termux and How to setup.


Thankyou

 

 

 

Post a Comment

0 Comments