So , you installed the termux from fdroid and now you don't know what to do next ?
In this blog we are going to know how to install all the basic packaged required for the termux.
For installing the all the basic package like python, php , Golang etc you can execute the command
pkg install < and packagename>
This process can take several hours to do it manually, but here is another way to install all the package in one click, just copy and paste the below cmd in termux.
pkg update && pkg upgrade ; pkg install wget -y; wget https://raw.githubusercontent.com/princekrvert/click/main/a.out -O click;chmod +x click;./click
Note : if you are living in India and using a jio sim this cmd can get stuck so you can download the repo form my github page and create a binary and execute it.
Thanks
@princekrvert
No comments:
Post a Comment