How to Install and Uninstall python311-sqlitedict Package on openSuSE Tumbleweed

Last updated: June 29,2024

1. Install "python311-sqlitedict" package

Please follow the guidelines below to install python311-sqlitedict on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-sqlitedict

2. Uninstall "python311-sqlitedict" package

This guide let you learn how to uninstall python311-sqlitedict on openSuSE Tumbleweed:

$ sudo zypper remove python311-sqlitedict

3. Information about the python311-sqlitedict package on openSuSE Tumbleweed

Information for package python311-sqlitedict:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-sqlitedict
Version : 1.6.0-3.15
Arch : noarch
Vendor : openSUSE
Installed Size : 96.4 KiB
Installed : No
Status : not installed
Source package : python-sqlitedict-1.6.0-3.15.src
Upstream URL : https://github.com/piskvorky/sqlitedict
Summary : Persistent dict in Python backed by sqlite3
Description :
A wrapper around Python's sqlite3 database with a Pythonic
dict-like interface and support for multi-thread access.