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

Last updated: October 05,2024

1. Install "python38-aiosqlite" package

This is a short guide on how to install python38-aiosqlite on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-aiosqlite

2. Uninstall "python38-aiosqlite" package

Here is a brief guide to show you how to uninstall python38-aiosqlite on openSuSE Tumbleweed:

$ sudo zypper remove python38-aiosqlite

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

Information for package python38-aiosqlite:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-aiosqlite
Version : 0.17.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 128,3 KiB
Installed : No
Status : not installed
Source package : python-aiosqlite-0.17.0-1.2.src
Summary : AsyncIO Bridge to the Standard Python sqlite3 Module
Description :
aiosqlite replicates the standard sqlite3 module, but with async versions of all
the standard connection and cursor methods, and context managers for
automatically closing connections.