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

Last updated: May 18,2024

1. Install "python3-maxminddb" package

In this section, we are going to explain the necessary steps to install python3-maxminddb on Kali Linux

$ sudo apt update $ sudo apt install python3-maxminddb

2. Uninstall "python3-maxminddb" package

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

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

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

Package: python3-maxminddb
Source: python-maxminddb
Version: 2.5.2-1
Installed-Size: 132
Maintainer: Faidon Liambotis
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3-pkg-resources, python3:any, libc6 (>= 2.14), libmaxminddb0 (>= 1.0.2)
Suggests: python-maxmindb-doc
Size: 32820
SHA256: 2b2335768c87074ef2f754b27abe35494a903d4abd94fa76496c3c37ea36e6a5
SHA1: 6e4ef605e3b258cc50157a760801f253f866c231
MD5sum: 1d1b6cd7c52f8e13d0975b3883dc3628
Description: Python 3 module for reading the MaxMind DB format
This is a Python module for reading MaxMind DB files. The module includes both
a pure Python reader and an optional C extension.
.
MaxMind DB is a binary file format that stores data indexed by IP address
subnets (IPv4 or IPv6).
Description-md5:
Homepage: https://github.com/maxmind/MaxMind-DB-Reader-python
Section: python
Priority: optional
Filename: pool/main/p/python-maxminddb/python3-maxminddb_2.5.2-1_amd64.deb