How to Install and Uninstall python3-sievelib Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "python3-sievelib" package

This tutorial shows how to install python3-sievelib on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-sievelib

2. Uninstall "python3-sievelib" package

Please follow the guidelines below to uninstall python3-sievelib on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-sievelib package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-sievelib
Priority: optional
Section: universe/python
Installed-Size: 128
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-sievelib
Version: 0.9.2-1
Depends: python3-future, python3-six, python3:any (>= 3.4~)
Filename: pool/universe/p/python-sievelib/python3-sievelib_0.9.2-1_all.deb
Size: 24370
MD5sum: ad367448039cbca956f798dcf50cbc20
SHA1: 09f3e359716f9526673ffc527f1d845e8dfbeabe
SHA256: 15034510d65ed928ef1bb3748b3bec945bb5911d66b0c7ff37b578bd18f67ca4
Description-en: 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: a27427a8c5a6ff5be92c720240c52bfc
Homepage: https://github.com/tonioo/sievelib
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu