IP Lookup is a free and open source IP address application for Linux. Using IP Lookup, you can view all details about the IP address. It shows Network, ISP, organization, city, region, country, zip, timezone and coordinates details. It is written in Python and released under GNU General Public License v3.0.
How to install IP Lookup on Ubuntu Linux
IP Lookup is available as a flatpak package file from flathub. First install flatpak and flathub on your system and restart it after the installation.
After that open the terminal software using the ctrl+alt+t keys and run below IP Lookup flatpak install command.
flatpak install flathub io.github.bytezz.IPLookup
After the successful installation of IP Lookup, you can open it using this command.
flatpak run io.github.bytezz.IPLookup
And also uninstall it using below commands.
flatpak run io.github.bytezz.IPLookup
[OR]
sudo flatpak run io.github.bytezz.IPLookup
That’s it