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

Last updated: November 23,2024

1. Install "python310-tinydb" package

This tutorial shows how to install python310-tinydb on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-tinydb

2. Uninstall "python310-tinydb" package

Please follow the instructions below to uninstall python310-tinydb on openSuSE Tumbleweed:

$ sudo zypper remove python310-tinydb

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

Information for package python310-tinydb:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-tinydb
Version : 4.8.0-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 140.9 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.