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

Last updated: October 06,2024

1. Install "python36-pymongo" package

Learn how to install python36-pymongo on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-pymongo

2. Uninstall "python36-pymongo" package

Please follow the guidelines below to uninstall python36-pymongo on openSuSE Tumbleweed:

$ sudo zypper remove python36-pymongo

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

Information for package python36-pymongo:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-pymongo
Version : 3.11.4-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 3,3 MiB
Installed : No
Status : not installed
Source package : python-pymongo-3.11.4-1.2.src
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.