How to Install and Uninstall python3-aiosmtplib Package on Kali Linux

Last updated: May 22,2024

1. Install "python3-aiosmtplib" package

This guide covers the steps necessary to install python3-aiosmtplib on Kali Linux

$ sudo apt update $ sudo apt install python3-aiosmtplib

2. Uninstall "python3-aiosmtplib" package

Learn how to uninstall python3-aiosmtplib on Kali Linux:

$ sudo apt remove python3-aiosmtplib $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-aiosmtplib package on Kali Linux

Package: python3-aiosmtplib
Source: aiosmtplib
Version: 3.0.1-1
Installed-Size: 120
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pkg-resources, python3:any
Suggests: python3-aiosmtplib-doc
Size: 25220
SHA256: 0619c47da376c08427fb3a4e54ecce73dd7c6644357db815367795850232ab22
SHA1: 60322a3bf33a2562e15369f333bfe933eb021158
MD5sum: c297ae5473f12ee289fc50067be17baa
Description: Python3 asynchronous SMTP client for use with asyncio
This is a SMTP client, but written to be based on asyncio for Python3.
It is designed to work with standard EmailMessages (or MIMEMultipart, or any
raw message), generated with the standard Python3 library and send these using
the classic asyncio mechanics.
.
It supports TLS/SSL, STARTTLS and authentication.
.
This package contains the Python3 library.
Description-md5:
Homepage: https://aiosmtplib.readthedocs.io
Section: python
Priority: optional
Filename: pool/main/a/aiosmtplib/python3-aiosmtplib_3.0.1-1_all.deb