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

Last updated: July 01,2024

1. Install "python312-apsw" package

This guide let you learn how to install python312-apsw on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-apsw

2. Uninstall "python312-apsw" package

This is a short guide on how to uninstall python312-apsw on openSuSE Tumbleweed:

$ sudo zypper remove python312-apsw

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

Information for package python312-apsw:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-apsw
Version : 3.45.0.0-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 3.0 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.