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 |
ย What is termux?
Termux basics installation
How to install python in termux basics?
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?
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?
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.
[…] Termux […]