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

Last updated: May 04,2024

1. Install "python39-apsw" package

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

$ sudo zypper refresh $ sudo zypper install python39-apsw

2. Uninstall "python39-apsw" package

This guide let you learn how to uninstall python39-apsw on openSuSE Tumbleweed:

$ sudo zypper remove python39-apsw

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

Information for package python39-apsw:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-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.