apt update
apt upgrade
termux-setup-storage
apt install git
apt install python
apt install python2
apt install nano
How to Install in termux ?
How to Install Tool-X in Termux?
Below is the procedure on how to install Tool-X in Termux.
1. Open Termux and then type the following command. The below command will update and upgrade your Termux.
pkg update && pkg upgrade -y
2. Now we need to install the git command in order to install Tool-X from Github. Just type the following command to install git.
pkg install git
3. Now we have to clone the Tool-X into our Termux by typing the following command.
git clone https://github.com/Rajkumrdusad/Tool-X.git
4. After successful cloning, we need to go to the Tool-X directory by using the following command.
cd Tool-X
5. After going into Tool-X directory give read, write and execute permission to the install.aex file that is present in the Tool-X directory. In order to do that type the following command.
chmod +x install.aex
6. Now finally install the Tool-X by typing the following command.
sh install.aex
If the above command gives an error then you can also type the below command.
./install.aex
7. Now the Tool-X is successfully installed in your Termux. To run the Tool-X type the following command.
Tool-X
pkg update && pkg upgrade -y
2. Now we need to install the git command in order to install Tool-X from Github. Just type the following command to install git.
pkg install git
3. Now we have to clone the Tool-X into our Termux by typing the following command.
git clone https://github.com/Rajkumrdusad/Tool-X.git
4. After successful cloning, we need to go to the Tool-X directory by using the following command.
cd Tool-X
5. After going into Tool-X directory give read, write and execute permission to the install.aex file that is present in the Tool-X directory. In order to do that type the following command.
chmod +x install.aex
6. Now finally install the Tool-X by typing the following command.
sh install.aex
If the above command gives an error then you can also type the below command.
./install.aex
7. Now the Tool-X is successfully installed in your Termux. To run the Tool-X type the following command.
Tool-X



0 Comments