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

Last updated: May 18,2024

1. Install "python36-apsw" package

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

$ sudo zypper refresh $ sudo zypper install python36-apsw

2. Uninstall "python36-apsw" package

Please follow the step by step instructions below to uninstall python36-apsw on openSuSE Tumbleweed:

$ sudo zypper remove python36-apsw

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

Information for package python36-apsw:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-apsw
Version : 3.35.4_r1-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 318,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.