How to install Phoneinfoga in Termux

5/5 - (5 votes)

Did you know that you can scan any phone number to know its information, like country, area, carrier, and more, in just one click? Well, you can do this with the help of the PhoneInfoga tool in Termux.

This article will provide you with simple steps and commands to install and use PhoneInfoga in Termux to scan any phone numbers to gather their information.

Open Sans Font

This article is written for educational purposes only; we are not responsible for any misuse or damage caused by the article.

What is PhoneInfoga

PhoneInfoga is a popular and advanced phone number information gathering tool that is used to get any phone number information, like number location, carrier, area, and more. With the help of PhoneInfoga, you can quickly find out where the number is from and some related information. It is mostly used to check information about unknown numbers.

how to install phoneinfoga in Termux

Installing Phoneinfoga in Termux will help you find phone number information right on your Android device with just one click. You can install phoneinfoga in Termux just by following some simple commands, but before you can install and use phoneinfoga in Termux, make sure that you are using the latest version of Termux, or you can download the latest version of Termux by visiting this article.

Now below I have provided the commands to install phoneinfoga in Termux. All you have to do is copy these commands and paste them in your Termux one by one.

  • Update and upgrade Termux packages by running:
apt update && apt upgrade -y
  • Install the required Git and Python package:
pkg install git python -y
  • Clone the Phoneinfoga repository:
git clone https://github.com/ExpertAnonymous/PhoneInfoga
  • Navigate to the Phoneinfoga folder:
cd PhoneInfoga 
  • Give the execution permission:
chmod +x *
  • Install the required dependencies:
bash phoneinfoga.sh
  • Now run the PhoneInfoga tool:
python phoneinfoga.py

After following these commands, Phoneinfoga will be successfully installed in your Termux. You can double it by running the python phoneinfoga.py command. Now let’s see how you can use it to find phone number information.

READ ALSO  Termux Commands list - Basic | PDF | 2024

One line installation command

You can also use this single-line command to install PhoneInfoga in Termux with just one click.

apt update && apt upgrade -y && pkg install git -y && pkg install python -y && git clone https://github.com/ExpertAnonymous/PhoneInfoga && cd PhoneInfoga && bash phoneinfoga.sh && cd && cd PhoneInfoga && python phoneinfoga.py
PhoneInfoga installation command

You just need to copy this single-line command and paste it in Termux, it will automatically install Phoneinfoga in your Termux.

how to use phoneinfoga in termux

After installation, Navigate to the Phoneinfoga directory.

cd PhoneInfoga

Now you need to run the Phoneinfoga command with the country code and the phone number that you want to find information about. For example:

python phoneinfoga.py -n +910000000000
Run the Phoneinfoga tool

Replace the phone number, and don’t forget to add the country code. If you don’t know the country code, you can search it on Google.

Now the Phoneinfoga will show you all the publicly available information about that phone number.

PhoneInfoga

Conclusion

PhoneInfoga is a powerful tool for phone number information gathering. With the help of PhoneInfoga, users can easily find any national or international phone number information with just a few simple clicks. 

In this article, I have provided a simple way to install and use PhoneInfoga in Termux. 

FAQ:

how to run phoneinfoga in termux

After installing Phoneinfoga in Termux, you can type this command to run Phoneinfoga in Termux:

• python phoneinfoga.py

how to use phoneinfoga in termux

To use Phoneinfoga in Termux, you need to run the Phoneinfoga command with the country code and the phone number that you want to find information about. For example:

• python phoneinfoga.py -n +1000000000

Replace the country code and the phone number.

how to uninstall phoneInfoga in termux

If you want to uninstall/delete Phoneinfoga from your Termux, then you can run this command:

• rm -rf PhoneInfoga && apt autoremove


proud owner of termuxcommands.com, Assam native. Tech enthusiast, sharing Termux and Linux expertise. Simplifying tech for all—from beginners to pros. Join me on this knowledge-sharing adventure!

Leave a Comment