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

Last updated: May 19,2024

1. Install "python38-sqlitedict" package

In this section, we are going to explain the necessary steps to install python38-sqlitedict on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-sqlitedict

2. Uninstall "python38-sqlitedict" package

In this section, we are going to explain the necessary steps to uninstall python38-sqlitedict on openSuSE Tumbleweed:

$ sudo zypper remove python38-sqlitedict

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

Information for package python38-sqlitedict:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-sqlitedict
Version : 1.6.0-3.6
Arch : noarch
Vendor : openSUSE
Installed Size : 75,2 KiB
Installed : No
Status : not installed
Source package : python-sqlitedict-1.6.0-3.6.src
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.