How To Install python3-sievelib on Fedora 36

In this tutorial we learn how to install python3-sievelib in Fedora 36. python3-sievelib is Client-side SIEVE library

Introduction

In this tutorial we learn how to install python3-sievelib on Fedora 36.

What is python3-sievelib

Client-side Sieve and Managesieve library written in Python. * Sieve * ManageSieve

We can use yum or dnf to install python3-sievelib on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-sievelib.

Install python3-sievelib on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-sievelib using dnf by running the following command:

sudo dnf -y install python3-sievelib

Install python3-sievelib on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-sievelib using yum by running the following command:

sudo yum -y install python3-sievelib

How To Uninstall python3-sievelib on Fedora 36

To uninstall only the python3-sievelib package we can use the following command:

sudo dnf remove python3-sievelib

python3-sievelib Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/sievelib
/usr/lib/python3.10/site-packages/sievelib-1.2.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/sievelib-1.2.1-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/sievelib-1.2.1-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/sievelib-1.2.1-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/sievelib-1.2.1-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/sievelib/__init__.py
/usr/lib/python3.10/site-packages/sievelib/__pycache__
/usr/lib/python3.10/site-packages/sievelib/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sievelib/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/sievelib/__pycache__/commands.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sievelib/__pycache__/commands.cpython-310.pyc
/usr/lib/python3.10/site-packages/sievelib/__pycache__/digest_md5.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sievelib/__pycache__/digest_md5.cpython-310.pyc
/usr/lib/python3.10/site-packages/sievelib/__pycache__/factory.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sievelib/__pycache__/factory.cpython-310.pyc
/usr/lib/python3.10/site-packages/sievelib/__pycache__/managesieve.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sievelib/__pycache__/managesieve.cpython-310.pyc
/usr/lib/python3.10/site-packages/sievelib/__pycache__/parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sievelib/__pycache__/parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/sievelib/__pycache__/tools.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sievelib/__pycache__/tools.cpython-310.pyc
/usr/lib/python3.10/site-packages/sievelib/commands.py
/usr/lib/python3.10/site-packages/sievelib/digest_md5.py
/usr/lib/python3.10/site-packages/sievelib/factory.py
/usr/lib/python3.10/site-packages/sievelib/managesieve.py
/usr/lib/python3.10/site-packages/sievelib/parser.py
/usr/lib/python3.10/site-packages/sievelib/tests
/usr/lib/python3.10/site-packages/sievelib/tests/__init__.py
/usr/lib/python3.10/site-packages/sievelib/tests/__pycache__
/usr/lib/python3.10/site-packages/sievelib/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sievelib/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/sievelib/tests/__pycache__/test_factory.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sievelib/tests/__pycache__/test_factory.cpython-310.pyc
/usr/lib/python3.10/site-packages/sievelib/tests/__pycache__/test_managesieve.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sievelib/tests/__pycache__/test_managesieve.cpython-310.pyc
/usr/lib/python3.10/site-packages/sievelib/tests/__pycache__/test_parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/sievelib/tests/__pycache__/test_parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/sievelib/tests/files
/usr/lib/python3.10/site-packages/sievelib/tests/files/utf8_sieve.txt
/usr/lib/python3.10/site-packages/sievelib/tests/test_factory.py
/usr/lib/python3.10/site-packages/sievelib/tests/test_managesieve.py
/usr/lib/python3.10/site-packages/sievelib/tests/test_parser.py
/usr/lib/python3.10/site-packages/sievelib/tools.py
/usr/share/doc/python3-sievelib
/usr/share/doc/python3-sievelib/README.rst
/usr/share/licenses/python3-sievelib
/usr/share/licenses/python3-sievelib/COPYING

References

Summary

In this tutorial we learn how to install python3-sievelib on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).