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

Last updated: May 18,2024

1. Install "python-pymongo" package

Learn how to install python-pymongo on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pymongo

2. Uninstall "python-pymongo" package

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

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

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

Package: python-pymongo
Priority: optional
Section: universe/python
Installed-Size: 599
Maintainer: Ubuntu Developers
Original-Maintainer: Federico Ceratto
Architecture: amd64
Source: pymongo
Version: 3.2-1build1
Provides: python2.7-pymongo
Depends: python-bson (= 3.2-1build1), python:any (<< 2.8), python:any (>= 2.7.5-5~)
Recommends: python-gridfs (>= 3.2-1build1), python-pymongo-ext
Suggests: python-pymongo-doc
Filename: pool/universe/p/pymongo/python-pymongo_3.2-1build1_amd64.deb
Size: 100606
MD5sum: bc719922b301dd1e123091a7a82c2a1e
SHA1: e79341aa49876aa0c0d428f9c8966ff067063108
SHA256: 19e3804f87e3d0d57153bb81510ffd4a9bb1746e3e1f167ca561a39cf1f13da3
Description-en: Python interface to the MongoDB document-oriented database
MongoDB is a high-performance, open source, schema-free
document-oriented data store. Pymongo provides an interface
to easily access it from Python.
Consider installing the python-pymongo-ext C extension to improve performance.
Description-md5: 0b1ed7838a37434fed39e622e41112f4
Homepage: http://api.mongodb.org/python/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu