How to Install and Uninstall python3-aiosasl.noarch Package on CentOS Stream 8

Last updated: March 01,2025

1. Install "python3-aiosasl.noarch" package

This guide let you learn how to install python3-aiosasl.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python3-aiosasl.noarch

2. Uninstall "python3-aiosasl.noarch" package

This is a short guide on how to uninstall python3-aiosasl.noarch on CentOS Stream 8:

$ sudo dnf remove python3-aiosasl.noarch $ sudo dnf autoremove

3. Information about the python3-aiosasl.noarch package on CentOS Stream 8

Last metadata expiration check: 6:40:14 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-aiosasl
Version : 0.4.1
Release : 2.el8
Architecture : noarch
Size : 43 k
Source : python-aiosasl-0.4.1-2.el8.src.rpm
Repository : epel
Summary : Protocol agnostic SASL Python library
URL : https://github.com/horazont/aiosasl
License : LGPLv3+
Description : aiosasl, pure Python generic asyncio SASL library aiosasl provides a generic,
: asyncio-based SASL library. It can be used with any protocol, provided the
: necessary interface code is provided by the application or protocol
: implementation.