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

Last updated: July 04,2024

1. Install "python311-tinydb" package

This guide covers the steps necessary to install python311-tinydb on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-tinydb

2. Uninstall "python311-tinydb" package

This is a short guide on how to uninstall python311-tinydb on openSuSE Tumbleweed:

$ sudo zypper remove python311-tinydb

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

Information for package python311-tinydb:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-tinydb
Version : 4.8.0-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 168.1 KiB
Installed : No
Status : not installed
Source package : python-tinydb-4.8.0-2.2.src
Upstream URL : https://github.com/msiemens/tinydb
Summary : A document-oriented database
Description :
TinyDB is a document oriented database written in
pure Python and has no external dependencies.
The target are small apps that would be “blown away” by a SQL-DB or an
external database server.