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

Last updated: July 02,2024

1. Install "python310-aiosqlite" package

This guide covers the steps necessary to install python310-aiosqlite on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-aiosqlite

2. Uninstall "python310-aiosqlite" package

Please follow the steps below to uninstall python310-aiosqlite on openSuSE Tumbleweed:

$ sudo zypper remove python310-aiosqlite

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

Information for package python310-aiosqlite:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-aiosqlite
Version : 0.19.0-1.7
Arch : noarch
Vendor : openSUSE
Installed Size : 131.0 KiB
Installed : No
Status : not installed
Source package : python-aiosqlite-0.19.0-1.7.src
Upstream URL : https://github.com/jreese/aiosqlite
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.