How to Install and Uninstall python3-geoip Package on Kali Linux

Last updated: May 08,2024

1. Install "python3-geoip" package

This tutorial shows how to install python3-geoip on Kali Linux

$ sudo apt update $ sudo apt install python3-geoip

2. Uninstall "python3-geoip" package

Please follow the instructions below to uninstall python3-geoip on Kali Linux:

$ sudo apt remove python3-geoip $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-geoip package on Kali Linux

Package: python3-geoip
Source: python-geoip (1.3.2-6)
Version: 1.3.2-6+b3
Installed-Size: 124
Maintainer: Debian Python Team
Architecture: amd64
Depends: geoip-database, python3 (<< 3.13), python3 (>= 3.11~), libc6 (>= 2.4), libgeoip1 (>= 1.6.12)
Size: 21672
SHA256: 8b365ca24fbf93cee48cb91b0825ba6ed844a846fb3954e80b3a3a6fabe47872
SHA1: 009781e67b97a1e49f34bdc953187e7dd4ab5631
MD5sum: b410cf97b909a2cb627a419d64409223
Description: Python3 bindings for the GeoIP IP-to-country resolver library
GeoIP is a library that enables the user to find the country that any
IP address or hostname originates from, using a database instead of
DNS.
.
This package contains the Python3 bindings for GeoIP, allowing to use
this library within a Python3 program.
Description-md5:
Multi-Arch: same
Homepage: https://dev.maxmind.com/geoip/
Section: python
Priority: optional
Filename: pool/main/p/python-geoip/python3-geoip_1.3.2-6+b3_amd64.deb