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

Last updated: September 29,2024

1. Install "python3-aiosmtpd.noarch" package

Please follow the steps below to install python3-aiosmtpd.noarch on Fedora 35

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

2. Uninstall "python3-aiosmtpd.noarch" package

This guide covers the steps necessary to uninstall python3-aiosmtpd.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:07:53 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-aiosmtpd
Version : 1.4.2
Release : 6.fc35
Architecture : noarch
Size : 241 k
Source : python-aiosmtpd-1.4.2-6.fc35.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.