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

Last updated: July 02,2024

1. Install "python310-apsw" package

Please follow the instructions below to install python310-apsw on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-apsw

2. Uninstall "python310-apsw" package

Please follow the guidelines below to uninstall python310-apsw on openSuSE Tumbleweed:

$ sudo zypper remove python310-apsw

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

Information for package python310-apsw:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-apsw
Version : 3.45.0.0-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.3 MiB
Installed : No
Status : not installed
Source package : python-apsw-3.45.0.0-1.4.src
Upstream URL : https://github.com/rogerbinns/apsw/
Summary : Another Python SQLite Wrapper
Description :
APSW is a Python wrapper for the SQLite embedded relational database
engine. In contrast to other wrappers such as pysqlite it focuses on
being a minimal layer over SQLite attempting just to translate the
complete SQLite API into Python.