How To Install python-pysaml2-doc on Fedora 36

In this tutorial we learn how to install python-pysaml2-doc in Fedora 36. python-pysaml2-doc is Documentation for Python implementation of SAML Version 2

Introduction

In this tutorial we learn how to install python-pysaml2-doc on Fedora 36.

What is python-pysaml2-doc

Documentation for Python implementation of SAML Version 2.

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

Install python-pysaml2-doc 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 python-pysaml2-doc using dnf by running the following command:

sudo dnf -y install python-pysaml2-doc

Install python-pysaml2-doc 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 python-pysaml2-doc using yum by running the following command:

sudo yum -y install python-pysaml2-doc

How To Uninstall python-pysaml2-doc on Fedora 36

To uninstall only the python-pysaml2-doc package we can use the following command:

sudo dnf remove python-pysaml2-doc

python-pysaml2-doc Package Contents on Fedora 36

/usr/share/doc/python-pysaml2-doc
/usr/share/doc/python-pysaml2-doc/html
/usr/share/doc/python-pysaml2-doc/html/_sources
/usr/share/doc/python-pysaml2-doc/html/_sources/examples
/usr/share/doc/python-pysaml2-doc/html/_sources/examples/idp.rst.txt
/usr/share/doc/python-pysaml2-doc/html/_sources/examples/index.rst.txt
/usr/share/doc/python-pysaml2-doc/html/_sources/examples/sp.rst.txt
/usr/share/doc/python-pysaml2-doc/html/_sources/howto
/usr/share/doc/python-pysaml2-doc/html/_sources/howto/config.rst.txt
/usr/share/doc/python-pysaml2-doc/html/_sources/howto/index.rst.txt
/usr/share/doc/python-pysaml2-doc/html/_sources/index.rst.txt
/usr/share/doc/python-pysaml2-doc/html/_sources/install.rst.txt
/usr/share/doc/python-pysaml2-doc/html/_sources/sp_test
/usr/share/doc/python-pysaml2-doc/html/_sources/sp_test/internal.rst.txt
/usr/share/doc/python-pysaml2-doc/html/_static
/usr/share/doc/python-pysaml2-doc/html/_static/ViewmeonGitHub.png
/usr/share/doc/python-pysaml2-doc/html/_static/alabaster.css
/usr/share/doc/python-pysaml2-doc/html/_static/basic.css
/usr/share/doc/python-pysaml2-doc/html/_static/custom.css
/usr/share/doc/python-pysaml2-doc/html/_static/doctools.js
/usr/share/doc/python-pysaml2-doc/html/_static/documentation_options.js
/usr/share/doc/python-pysaml2-doc/html/_static/file.png
/usr/share/doc/python-pysaml2-doc/html/_static/jquery-3.5.1.js
/usr/share/doc/python-pysaml2-doc/html/_static/jquery.js
/usr/share/doc/python-pysaml2-doc/html/_static/language_data.js
/usr/share/doc/python-pysaml2-doc/html/_static/minus.png
/usr/share/doc/python-pysaml2-doc/html/_static/plus.png
/usr/share/doc/python-pysaml2-doc/html/_static/pygments.css
/usr/share/doc/python-pysaml2-doc/html/_static/searchtools.js
/usr/share/doc/python-pysaml2-doc/html/_static/underscore-1.13.1.js
/usr/share/doc/python-pysaml2-doc/html/_static/underscore.js
/usr/share/doc/python-pysaml2-doc/html/examples
/usr/share/doc/python-pysaml2-doc/html/examples/idp.html
/usr/share/doc/python-pysaml2-doc/html/examples/index.html
/usr/share/doc/python-pysaml2-doc/html/examples/sp.html
/usr/share/doc/python-pysaml2-doc/html/genindex.html
/usr/share/doc/python-pysaml2-doc/html/howto
/usr/share/doc/python-pysaml2-doc/html/howto/config.html
/usr/share/doc/python-pysaml2-doc/html/howto/index.html
/usr/share/doc/python-pysaml2-doc/html/index.html
/usr/share/doc/python-pysaml2-doc/html/install.html
/usr/share/doc/python-pysaml2-doc/html/objects.inv
/usr/share/doc/python-pysaml2-doc/html/search.html
/usr/share/doc/python-pysaml2-doc/html/searchindex.js
/usr/share/doc/python-pysaml2-doc/html/sp_test
/usr/share/doc/python-pysaml2-doc/html/sp_test/internal.html
/usr/share/licenses/python-pysaml2-doc
/usr/share/licenses/python-pysaml2-doc/LICENSE

References

Summary

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