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

Last updated: July 05,2024

1. Install "python3-sievelib" package

Here is a brief guide to show you how to install python3-sievelib on Kali Linux

$ sudo apt update $ sudo apt install python3-sievelib

2. Uninstall "python3-sievelib" package

This guide let you learn how to uninstall python3-sievelib on Kali Linux:

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

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

Package: python3-sievelib
Source: python-sievelib
Version: 1.2.1-1
Installed-Size: 170
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pkg-resources, python3:any
Size: 32560
SHA256: 98ce97914da5e39c3b5c5bb73b1349f9e5b4c100249df5f5aa3961c2187777ee
SHA1: 74c54dd1fb21cad7896975e6a88611aed091f866
MD5sum: 1dde9941e8245c3deba6bb600d3368e4
Description: Client-side Sieve and Managesieve library (Python3 version)
Client-side Sieve and Managesieve library written in Python.
.
Sieve:
Currently, the provided parser supports most of the functionalities described
in RFC 5228. The only exception concerns section 2.4.2.4. Encoding Characters
using "encoded-character" which is not supported.
The following Sieve extensions are also supported:
* Date and Index (RFC 5260)
* Vacation (RFC 5230)
.
ManageSieve:
All mandatory commands are supported. The RENAME extension is supported, with a
simulated behaviour for server that do not support it.
For the AUTHENTICATE command, supported mechanisms are DIGEST-MD5, PLAIN and
LOGIN.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/tonioo/sievelib
Section: python
Priority: optional
Filename: pool/main/p/python-sievelib/python3-sievelib_1.2.1-1_all.deb