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

Last updated: December 24,2024

1. Install "python38-apsw" package

This guide covers the steps necessary to install python38-apsw on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-apsw

2. Uninstall "python38-apsw" package

This tutorial shows how to uninstall python38-apsw on openSuSE Tumbleweed:

$ sudo zypper remove python38-apsw

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

Information for package python38-apsw:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-apsw
Version : 3.35.4_r1-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 322,7 KiB
Installed : No
Status : not installed
Source package : python-apsw-3.35.4_r1-1.2.src
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.