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

Last updated: May 17,2024

1. Install "python38-pymongo" package

Here is a brief guide to show you how to install python38-pymongo on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-pymongo

2. Uninstall "python38-pymongo" package

Learn how to uninstall python38-pymongo on openSuSE Tumbleweed:

$ sudo zypper remove python38-pymongo

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

Information for package python38-pymongo:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-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.