How to Install and Uninstall python39-pymongo Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python39-pymongo" package

Please follow the guidance below to install python39-pymongo on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-pymongo

2. Uninstall "python39-pymongo" package

This guide let you learn how to uninstall python39-pymongo on openSuSE Tumbleweed:

$ sudo zypper remove python39-pymongo

3. Information about the python39-pymongo package on openSuSE Tumbleweed

Information for package python39-pymongo:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pymongo
Version : 4.3.3-2.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.7 MiB
Installed : No
Status : not installed
Source package : python-pymongo-4.3.3-2.7.src
Upstream URL : https://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.