How to Install and Uninstall python3-async-lru.noarch Package on Fedora 39

Last updated: October 11,2024

1. Install "python3-async-lru.noarch" package

Here is a brief guide to show you how to install python3-async-lru.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-async-lru.noarch

2. Uninstall "python3-async-lru.noarch" package

This guide let you learn how to uninstall python3-async-lru.noarch on Fedora 39:

$ sudo dnf remove python3-async-lru.noarch $ sudo dnf autoremove

3. Information about the python3-async-lru.noarch package on Fedora 39

Last metadata expiration check: 1:48:09 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-async-lru
Version : 2.0.4
Release : 1.fc39
Architecture : noarch
Size : 21 k
Source : python-async-lru-2.0.4-1.fc39.src.rpm
Repository : fedora
Summary : Simple lru_cache for asyncio
URL : https://github.com/aio-libs/async_lru
License : MIT
Description : This package is 100% port of Python built-in
: function functools.lru_cache for asyncio.