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

Last updated: May 10,2024

1. Install "python3-mongoengine" package

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

$ sudo apt update $ sudo apt install python3-mongoengine

2. Uninstall "python3-mongoengine" package

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

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

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

Package: python3-mongoengine
Priority: optional
Section: universe/python
Installed-Size: 377
Maintainer: Ubuntu Developers
Original-Maintainer: Janos Guljas
Architecture: all
Source: python-mongoengine
Version: 0.10.6-1
Depends: python3-gridfs, python3-pymongo (>= 2.7)
Recommends: python3-django
Filename: pool/universe/p/python-mongoengine/python3-mongoengine_0.10.6-1_all.deb
Size: 69574
MD5sum: 4f72dba5ff07589a63384de9038f49cb
SHA1: ea0e51ac3b80803a317b750082f15e1a39ea3b16
SHA256: ffbd595defefdfa1a8800ced9984598c00e586358db303769b519654bf95591e
Description-en: Python 3 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 3 package.
Description-md5: d8beb39398f4cc40fc7f4dcded49d669
Homepage: http://mongoengine.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu