How to Install and Uninstall python-pysqlite Package on openSUSE Leap

Last updated: April 16,2024

1. Install "python-pysqlite" package

Learn how to install python-pysqlite on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-pysqlite

2. Uninstall "python-pysqlite" package

This guide let you learn how to uninstall python-pysqlite on openSUSE Leap:

$ sudo zypper remove python-pysqlite

3. Information about the python-pysqlite package on openSUSE Leap

Information for package python-pysqlite:
----------------------------------------
Repository : Main Repository
Name : python-pysqlite
Version : 2.8.3-bp153.1.22
Arch : x86_64
Vendor : openSUSE
Installed Size : 1,0 MiB
Installed : No
Status : not installed
Source package : python-pysqlite-2.8.3-bp153.1.22.src
Summary : DB-API 2.0 interface for SQLite 3.x
Description :
Python interface to SQLite 3
pysqlite is an interface to the SQLite 3.x embedded relational database engine.
It is almost fully compliant with the Python database API version 2.0 also
exposes the unique features of SQLite.