How to Install and Uninstall python-mongodict Package on openSUSE Leap

Last updated: January 12,2025

1. Install "python-mongodict" package

Please follow the step by step instructions below to install python-mongodict on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-mongodict

2. Uninstall "python-mongodict" package

Here is a brief guide to show you how to uninstall python-mongodict on openSUSE Leap:

$ sudo zypper remove python-mongodict

3. Information about the python-mongodict package on openSUSE Leap

Information for package python-mongodict:
-----------------------------------------
Repository : Main Repository
Name : python-mongodict
Version : 0.3.1-bp153.1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 56,8 KiB
Installed : No
Status : not installed
Source package : python-mongodict-0.3.1-bp153.1.14.src
Summary : MongoDB-backed Python dict-like interface
Description :
So you are storing some key-values in a dict but your data became huge than
your memory or you want to persist it on the disk? Then mongodict is for you!
As it uses MongoDB to store the data, you get all cool MongoDB things, like
shardings and replicas. It uses the pickle module available on Python standard
library to serialize/deserialize data and store everything as bson.Binary in
MongoDB. You can also provide another codec (serializer/deserializer).