How to Install and Uninstall python3-aiosasl.noarch Package on Fedora 34

Last updated: July 03,2024

1. Install "python3-aiosasl.noarch" package

In this section, we are going to explain the necessary steps to install python3-aiosasl.noarch on Fedora 34

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

2. Uninstall "python3-aiosasl.noarch" package

This guide covers the steps necessary to uninstall python3-aiosasl.noarch on Fedora 34:

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

3. Information about the python3-aiosasl.noarch package on Fedora 34

Last metadata expiration check: 0:23:40 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-aiosasl
Version : 0.4.1
Release : 3.fc34
Architecture : noarch
Size : 43 k
Source : python-aiosasl-0.4.1-3.fc34.src.rpm
Repository : fedora
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.