How to Install and Uninstall python3-apsw Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python3-apsw" package

This guide covers the steps necessary to install python3-apsw on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-apsw

2. Uninstall "python3-apsw" package

Please follow the guidelines below to uninstall python3-apsw on openSUSE Leap:

$ sudo zypper remove python3-apsw

3. Information about the python3-apsw package on openSUSE Leap

Information for package python3-apsw:
-------------------------------------
Repository : Main Repository
Name : python3-apsw
Version : 3.37.0-bp155.1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 316.7 KiB
Installed : No
Status : not installed
Source package : python-apsw-3.37.0-bp155.1.6.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.