Install Geoip On A Kali And Fedora
Install geoip
-
Kali Linux
apt-get install rubygem-geoipClick to copy -
Fedora
dnf install rubygem-geoipClick to copy
rubygem-geoip
Search a GeoIP database for an IP addressruby-geoip
Search a GeoIP database for a given host or IP addressGeoIP searches a GeoIP database for a given host or IP address, and returns information about the country where the IP address is allocated, and the city, ISP and other information, if you have that database version.
Installation of latest geoip command is available for Kali and Fedora. You can copy the command for your OS from above and paste it into your terminal. Once you run the command it will download the 2026 latest package from the repository and install it in your computer/server.




