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

Last updated: October 04,2024

1. Install "python-mongoengine" package

Please follow the guidelines below to install python-mongoengine on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-mongoengine

2. Uninstall "python-mongoengine" package

This is a short guide on how to uninstall python-mongoengine on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-mongoengine
Priority: optional
Section: universe/python
Installed-Size: 376
Maintainer: Ubuntu Developers
Original-Maintainer: Janos Guljas
Architecture: all
Version: 0.10.6-1
Provides: python2.7-mongoengine
Depends: python-gridfs, python-pymongo (>= 1.1), python:any (<< 2.8), python:any (>= 2.7.5-5~)
Recommends: python-django
Filename: pool/universe/p/python-mongoengine/python-mongoengine_0.10.6-1_all.deb
Size: 69456
MD5sum: 062ddfa5b6fca813dcfdd81a5dce2760
SHA1: 807b0071c435ef4a57c8acb85a04bb9425e9fe46
SHA256: 6b17de45989c1cde35dd2703e0656903027fa9ea367fb6679e3a30a871e1653e
Description-en: Python Document-Object Mapper for working with MongoDB
MongoEngine is a Document-Object Mapper (think ORM, but for document
databases) for working with MongoDB from Python. It uses a simple declarative
API, similar to the Django ORM.
.
This is the Python 2 package.
Description-md5: 9e556411338f5786258a20c053f8ddc2
Homepage: http://mongoengine.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu