How To Install python2-authres on Rocky Linux 8

In this tutorial we learn how to install python2-authres on Rocky Linux 8. python2-authres is Authentication Results Header Module

Introduction

In this tutorial we learn how to install python2-authres on Rocky Linux 8.

What is python2-authres

RFC 8601 Authentication-Results Headers generation and parsing for Python/Python3. See README for extension RFCs implemented.

We can use yum or dnf to install python2-authres on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install python2-authres.

Install python2-authres on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install python2-authres

Install python2-authres on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install python2-authres

How To Uninstall python2-authres on Rocky Linux 8

To uninstall only the python2-authres package we can use the following command:

sudo dnf remove python2-authres

python2-authres Package Contents on Rocky Linux 8

/usr/lib/python2.7/site-packages/authres
/usr/lib/python2.7/site-packages/authres-1.2.0-py2.7.egg-info
/usr/lib/python2.7/site-packages/authres-1.2.0-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/authres-1.2.0-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/authres-1.2.0-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/authres-1.2.0-py2.7.egg-info/not-zip-safe
/usr/lib/python2.7/site-packages/authres-1.2.0-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/authres/__init__.py
/usr/lib/python2.7/site-packages/authres/__init__.pyc
/usr/lib/python2.7/site-packages/authres/__init__.pyo
/usr/lib/python2.7/site-packages/authres/__main__.py
/usr/lib/python2.7/site-packages/authres/__main__.pyc
/usr/lib/python2.7/site-packages/authres/__main__.pyo
/usr/lib/python2.7/site-packages/authres/arc.py
/usr/lib/python2.7/site-packages/authres/arc.pyc
/usr/lib/python2.7/site-packages/authres/arc.pyo
/usr/lib/python2.7/site-packages/authres/core.py
/usr/lib/python2.7/site-packages/authres/core.pyc
/usr/lib/python2.7/site-packages/authres/core.pyo
/usr/lib/python2.7/site-packages/authres/dkim_adsp.py
/usr/lib/python2.7/site-packages/authres/dkim_adsp.pyc
/usr/lib/python2.7/site-packages/authres/dkim_adsp.pyo
/usr/lib/python2.7/site-packages/authres/dkim_b.py
/usr/lib/python2.7/site-packages/authres/dkim_b.pyc
/usr/lib/python2.7/site-packages/authres/dkim_b.pyo
/usr/lib/python2.7/site-packages/authres/dmarc.py
/usr/lib/python2.7/site-packages/authres/dmarc.pyc
/usr/lib/python2.7/site-packages/authres/dmarc.pyo
/usr/lib/python2.7/site-packages/authres/rrvs.py
/usr/lib/python2.7/site-packages/authres/rrvs.pyc
/usr/lib/python2.7/site-packages/authres/rrvs.pyo
/usr/lib/python2.7/site-packages/authres/smime.py
/usr/lib/python2.7/site-packages/authres/smime.pyc
/usr/lib/python2.7/site-packages/authres/smime.pyo
/usr/lib/python2.7/site-packages/authres/tests
/usr/lib/python2.7/site-packages/authres/vbr.py
/usr/lib/python2.7/site-packages/authres/vbr.pyc
/usr/lib/python2.7/site-packages/authres/vbr.pyo
/usr/share/doc/python2-authres
/usr/share/doc/python2-authres/CHANGES
/usr/share/doc/python2-authres/README
/usr/share/licenses/python2-authres
/usr/share/licenses/python2-authres/COPYING

References

Summary

In this tutorial we learn how to install python2-authres on Rocky Linux 8 using yum and dnf.