How to Install and Uninstall python-maxminddb Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "python-maxminddb" package

In this section, we are going to explain the necessary steps to install python-maxminddb on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-maxminddb

2. Uninstall "python-maxminddb" package

This tutorial shows how to uninstall python-maxminddb on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-maxminddb package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-maxminddb
Priority: optional
Section: universe/python
Installed-Size: 78
Maintainer: Ubuntu Developers
Original-Maintainer: Faidon Liambotis
Architecture: amd64
Version: 1.2.0-1.2build1
Depends: python (<< 2.8), python (>= 2.7~), python-ipaddr, python:any (>= 2.7.5-5~), libc6 (>= 2.4), libmaxminddb0 (>= 1.0.2)
Suggests: python-maxmindb-doc
Filename: pool/universe/p/python-maxminddb/python-maxminddb_1.2.0-1.2build1_amd64.deb
Size: 17318
MD5sum: 73f0cec81c08cb34b873f7e4925b6f97
SHA1: d4ee7d426cc4b15c10ac5e11474ba0d7b04dffff
SHA256: 1ebaaba0dfc559159c4e71f94526bb3897debd320ddd2e6ce438ea8fe842d044
Description-en: Python 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).
.
This is the Python 2 version of the package.
Description-md5: 66827f3454d2780784d81d224fa4b104
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu