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

Last updated: May 21,2024

1. Install "python3-aiosasl" package

In this section, we are going to explain the necessary steps to install python3-aiosasl on Kali Linux

$ sudo apt update $ sudo apt install python3-aiosasl

2. Uninstall "python3-aiosasl" package

Please follow the instructions below to uninstall python3-aiosasl on Kali Linux:

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

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

Package: python3-aiosasl
Source: python-aiosasl
Version: 0.5.0-1
Installed-Size: 75
Maintainer: Jonas Schäfer
Architecture: all
Depends: python3:any
Size: 14192
SHA256: 5dde70147ca0c5bcfd4882fdb9935656770be7116b5de6b3429f9fdc717aea36
SHA1: cb7451afe3661f9191c148e9257f3e6369f5542f
MD5sum: 4e3ae3502c107e4e14d4bbb9b98c65aa
Description: Protocol-agnostic SASL library for use with asyncio
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.
.
Supported SASL mechanisms:
.
- PLAIN: authenticate with plaintext password (RFC 4616)
- ANONYMOUS: anonymous "authentication" (RFC 4505)
- SCRAM-SHA-1, SCRAM-SHA-224, , SCRAM-SHA-512, SCRAM-SHA-384,
and SCRAM-SHA-256: Salted Challenge Response Authentication
(RFC 5802), (and the -PLUS variants with channel binding).
Description-md5:
Homepage: https://github.com/horazont/aiosasl
Section: python
Priority: optional
Filename: pool/main/p/python-aiosasl/python3-aiosasl_0.5.0-1_all.deb