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

Last updated: July 03,2024

1. Install "python3-aiosmtpd.noarch" package

Here is a brief guide to show you how to install python3-aiosmtpd.noarch on Fedora 34

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

2. Uninstall "python3-aiosmtpd.noarch" package

Please follow the guidance below to uninstall python3-aiosmtpd.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:23:46 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-aiosmtpd
Version : 1.4.2
Release : 1.fc34
Architecture : noarch
Size : 228 k
Source : python-aiosmtpd-1.4.2-1.fc34.src.rpm
Repository : fedora
Summary : Asyncio-based SMTP server
URL : https://github.com/aio-libs/aiosmtpd
License : ASL 2.0
Description : This is a server for SMTP and related protocols, similar in utility
: to the standard library’s smtpd.py module, but rewritten to be based
: on asyncio for Python 3.