How to Install and Uninstall python3-pymongo Package on openSUSE Leap

Last updated: May 08,2024

1. Install "python3-pymongo" package

Please follow the step by step instructions below to install python3-pymongo on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pymongo

2. Uninstall "python3-pymongo" package

Learn how to uninstall python3-pymongo on openSUSE Leap:

$ sudo zypper remove python3-pymongo

3. Information about the python3-pymongo package on openSUSE Leap

Information for package python3-pymongo:
----------------------------------------
Repository : Main Repository
Name : python3-pymongo
Version : 3.11.0-1.24
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 3.3 MiB
Installed : No
Status : not installed
Source package : python-pymongo-3.11.0-1.24.src
Upstream URL : http://github.com/mongodb/mongo-python-driver
Summary : Python driver for MongoDB
Description :
The PyMongo distribution contains tools for interacting with MongoDB
database from Python. The bson package is an implementation of
the BSON format for Python. The pymongo package is a native Python
driver for MongoDB. The gridfs package is a gridfs
implementation on top of pymongo.