How to Install and Uninstall python3-sqlitedict Package on openSUSE Leap

Last updated: September 28,2024

1. Install "python3-sqlitedict" package

Here is a brief guide to show you how to install python3-sqlitedict on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-sqlitedict

2. Uninstall "python3-sqlitedict" package

Please follow the instructions below to uninstall python3-sqlitedict on openSUSE Leap:

$ sudo zypper remove python3-sqlitedict

3. Information about the python3-sqlitedict package on openSUSE Leap

Information for package python3-sqlitedict:
-------------------------------------------
Repository : Main Repository
Name : python3-sqlitedict
Version : 1.6.0-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 76.1 KiB
Installed : No
Status : not installed
Source package : python-sqlitedict-1.6.0-bp155.2.10.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.