Hallow guys .If you are a Termux user then you should know about Tool-X which is available in GitHub.This article is about Tool-X.I have written many other articles about Termux scripts before that.You can read all these on this Blog.
And if you are new Termux user and don't know that what is Termux and how to use it then you can read our termux-commands-list post. Otherwise you can visit our YouTube channel .I have made a lot of videos on Termux.
What is Tool-X
In github,many scripts are available for Termux.We have to download these scripts one bye one.But in that case we can download multiple scripts for Termux using Tool-X.Somewhat like playstore.
Tool-X is a script which is use to download multiple scripts in Linux or Termux.There are 370 scripts available in Tool-X.Using Tool-X we can download multiple scripts by using just a single command.I have no idea about who is the real owner of this tool.No matter who the person is,He has done a good job.But remember some tools of Tool-X can not be downloaded because of their source code is not available.
How to install Tool-X in Termux
Tool-X's source code is available in github we can download it by using our web browser then we have to copy it in Termux.so that is a complicated method.I am not going to discuss about they method.I will discuss how easily we can clone it in our Termux.
So open your Termux application and
Use these following commands step by step to install this tool in Termux
1.pkg update && pkg upgrade
2.pkg install git
3.pkg install python
4.git clone https://github.com/jackind424/Tool-X.git
5.cd Tool-X
6.chmod +x install.aex
7.bash install.aex
Then your Termux will be seen like this
How to install scripts from Tool-X
Now the main question is how to install a script from Tool-X in Termux
After being properly installed Tool-X in Termux use the single command
$ Tool-X
Then type 1 to see all available scripts
Then you can select your favourite script to download.After entering the correct number the the marked script will start to download.
Watch full video
Update Tool-X
If your installed Tool-X is not updated then you may have to face some error problems.
So Tool-X gives us an update options .You can update your Yool-X by entering number 3.
How to exit from Tool-X
After installing your required scripts if you want to get out from this tool you have to type x on your termux.
How to uninstall Tool-X from Termux
After installing Tool-X in Termux if you want to Uninstall it then you have to follow some steps
Change your directory to home
$ cd ~
Then use the following command
$ /data/data/com.termux/files/usr/etc
Then you will find a directory named Tool-X
and you have to remove it
$ rm -rf Tool-X
Then Tool-X will be permanently removed from your Termux
Advantage and Disadvantage of this Tool
Now it's time to talk about some some advantage and Disadvantage of this Tool
Advantage
1.The main advantage of this Tool is we can download multiple scripts from this tool
2.Very simple and easy to use
Disadvantage
1.All tools of Too-X are not downloadable , their source code is not available
2.we have to download any script with our own risk.If our device be infected by any Tool-X's script we can't blame anyone.No one will be responsible for it.
0 Comments