How to Install and Uninstall python3-aiosmtpd.noarch Package on AlmaLinux 9

Last updated: October 06,2024

1. Install "python3-aiosmtpd.noarch" package

This guide covers the steps necessary to install python3-aiosmtpd.noarch on AlmaLinux 9

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

2. Uninstall "python3-aiosmtpd.noarch" package

Please follow the guidelines below to uninstall python3-aiosmtpd.noarch on AlmaLinux 9:

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

3. Information about the python3-aiosmtpd.noarch package on AlmaLinux 9

Last metadata expiration check: 0:09:40 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-aiosmtpd
Version : 1.4.4.post2
Release : 5.el9
Architecture : noarch
Size : 245 k
Source : python-aiosmtpd-1.4.4.post2-5.el9.src.rpm
Repository : epel
Summary : Asyncio-based SMTP server
URL : https://github.com/aio-libs/aiosmtpd
License : Apache-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.