How to Install and Uninstall python311-aiodataloader Package on openSuSE Tumbleweed

Last updated: July 04,2024

1. Install "python311-aiodataloader" package

Please follow the instructions below to install python311-aiodataloader on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-aiodataloader

2. Uninstall "python311-aiodataloader" package

Please follow the steps below to uninstall python311-aiodataloader on openSuSE Tumbleweed:

$ sudo zypper remove python311-aiodataloader

3. Information about the python311-aiodataloader package on openSuSE Tumbleweed

Information for package python311-aiodataloader:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-aiodataloader
Version : 0.4.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 70.8 KiB
Installed : No
Status : not installed
Source package : python-aiodataloader-0.4.0-1.4.src
Upstream URL : https://github.com/syrusakbary/aiodataloader
Summary : Asyncio DataLoader implementation for Python
Description :
A generic utility to be used as part of your application's
data fetching layer to provide a simplified and consistent API over
various remote data sources such as databases or web services via
batching and caching.