Getting Started with Termux
![]() |
Getting Started with Termux |
Getting Started with Termux.
From now Onwords we are starting with Termux commands tutorials.
I will be posting every tools commands here n some useful information about that tool which i have learned.
Firstly we have to setup a Termux.
for that we need to Download Termux from Playstore
And type below commands.
firstly the basic command which you need to do everytime when you use Termux
1 apt-get update
2 apt-get upgrade
You can also type those commands in single lines also
1. apt-get update && apt-get upgrade
Those are the basic setup commands of Termux for proper functioning of Termux
Know we have to move further and install other requirements which will help us to download packages and tools
which we need to run a script
After update and upgrade command first command in Termux will always be
2. pkg install git
As this is the git clone command which help us to download the script from GitHub and use that tool
then further we will install packages like python Perl and other tools. I will teach you all that in further tutorials.
For further updates of this blog
kindly subscribe to this blog
Join our WhatsApp group for further updates here is the link -https://chat.whatsapp.com/GhOcNUM9SFN5ctEqGYJI1w
Till this done ✅
ReplyDelete