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

Last updated: May 01,2024

1. Install "python-sievelib" package

Please follow the guidelines below to install python-sievelib on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-sievelib

2. Uninstall "python-sievelib" package

This is a short guide on how to uninstall python-sievelib on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-sievelib
Priority: optional
Section: universe/python
Installed-Size: 128
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 0.9.2-1
Depends: python-future, python-six, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-sievelib/python-sievelib_0.9.2-1_all.deb
Size: 24274
MD5sum: cbb72c405abf08df85c45a7403194df8
SHA1: b50aa557169082f5a658ddc21e906b12ae00d754
SHA256: 9a3afd1676f28bf87ed6ff66cd9cdd5063365ee0df57d1a4338b8924128995fc
Description-en: Client-side Sieve and Managesieve library
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.
Description-md5: dcc036b957edd34e4011c9a4ea8792dc
Homepage: https://github.com/tonioo/sievelib
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu