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

Last updated: July 02,2024

1. Install "python311-apsw" package

Here is a brief guide to show you how to install python311-apsw on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-apsw

2. Uninstall "python311-apsw" package

Please follow the steps below to uninstall python311-apsw on openSuSE Tumbleweed:

$ sudo zypper remove python311-apsw

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

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