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

Last updated: May 18,2024

1. Install "python3-maxminddb" package

Please follow the steps below to install python3-maxminddb on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-maxminddb

2. Uninstall "python3-maxminddb" package

This guide let you learn how to uninstall python3-maxminddb on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-maxminddb
Priority: optional
Section: universe/python
Installed-Size: 78
Maintainer: Ubuntu Developers
Original-Maintainer: Faidon Liambotis
Architecture: amd64
Source: python-maxminddb
Version: 1.2.0-1.2build1
Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.4), libmaxminddb0 (>= 1.0.2)
Suggests: python-maxmindb-doc
Filename: pool/universe/p/python-maxminddb/python3-maxminddb_1.2.0-1.2build1_amd64.deb
Size: 17388
MD5sum: dd6641d7e89d68509470354ddafbad43
SHA1: 1fa886d330a701f9ccb7c9aa5a22264c5b0246f4
SHA256: 62f1785f7c354e97ccb7082e020101188f7ec0587c49c24d5715cd18110be913
Description-en: 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).
.
This is the Python 3 version of the package.
Description-md5: fa2d4c2eee569d00f067a6f7b8e1b94b
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu