How To Install python-jupyter-client-doc on Fedora 36

In this tutorial we learn how to install python-jupyter-client-doc in Fedora 36. python-jupyter-client-doc is Documentation of the Jupyter protocol reference implementation

Introduction

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

What is python-jupyter-client-doc

Documentation of the reference implementation of the Jupyter protocol

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

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

sudo dnf -y install python-jupyter-client-doc

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

sudo yum -y install python-jupyter-client-doc

How To Uninstall python-jupyter-client-doc on Fedora 36

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

sudo dnf remove python-jupyter-client-doc

python-jupyter-client-doc Package Contents on Fedora 36

/usr/share/doc/python-jupyter-client
/usr/share/doc/python-jupyter-client/html
/usr/share/doc/python-jupyter-client/html/_images
/usr/share/doc/python-jupyter-client/html/_images/frontend-kernel.png
/usr/share/doc/python-jupyter-client/html/_sources
/usr/share/doc/python-jupyter-client/html/_sources/api
/usr/share/doc/python-jupyter-client/html/_sources/api/client.rst.txt
/usr/share/doc/python-jupyter-client/html/_sources/api/index.rst.txt
/usr/share/doc/python-jupyter-client/html/_sources/api/kernelspec.rst.txt
/usr/share/doc/python-jupyter-client/html/_sources/api/manager.rst.txt
/usr/share/doc/python-jupyter-client/html/_sources/api/provisioners.rst.txt
/usr/share/doc/python-jupyter-client/html/_sources/changelog.md.txt
/usr/share/doc/python-jupyter-client/html/_sources/index.rst.txt
/usr/share/doc/python-jupyter-client/html/_sources/kernels.rst.txt
/usr/share/doc/python-jupyter-client/html/_sources/messaging.rst.txt
/usr/share/doc/python-jupyter-client/html/_sources/migration.md.txt
/usr/share/doc/python-jupyter-client/html/_sources/pending-kernels.rst.txt
/usr/share/doc/python-jupyter-client/html/_sources/provisioning.rst.txt
/usr/share/doc/python-jupyter-client/html/_sources/wrapperkernels.rst.txt
/usr/share/doc/python-jupyter-client/html/_static
/usr/share/doc/python-jupyter-client/html/_static/basic.css
/usr/share/doc/python-jupyter-client/html/_static/css
/usr/share/doc/python-jupyter-client/html/_static/css/badge_only.css
/usr/share/doc/python-jupyter-client/html/_static/css/theme.css
/usr/share/doc/python-jupyter-client/html/_static/doctools.js
/usr/share/doc/python-jupyter-client/html/_static/documentation_options.js
/usr/share/doc/python-jupyter-client/html/_static/file.png
/usr/share/doc/python-jupyter-client/html/_static/jquery-3.5.1.js
/usr/share/doc/python-jupyter-client/html/_static/jquery.js
/usr/share/doc/python-jupyter-client/html/_static/js
/usr/share/doc/python-jupyter-client/html/_static/js/badge_only.js
/usr/share/doc/python-jupyter-client/html/_static/js/theme.js
/usr/share/doc/python-jupyter-client/html/_static/language_data.js
/usr/share/doc/python-jupyter-client/html/_static/minus.png
/usr/share/doc/python-jupyter-client/html/_static/plus.png
/usr/share/doc/python-jupyter-client/html/_static/pygments.css
/usr/share/doc/python-jupyter-client/html/_static/searchtools.js
/usr/share/doc/python-jupyter-client/html/_static/underscore-1.13.1.js
/usr/share/doc/python-jupyter-client/html/_static/underscore.js
/usr/share/doc/python-jupyter-client/html/api
/usr/share/doc/python-jupyter-client/html/api/client.html
/usr/share/doc/python-jupyter-client/html/api/index.html
/usr/share/doc/python-jupyter-client/html/api/kernelspec.html
/usr/share/doc/python-jupyter-client/html/api/manager.html
/usr/share/doc/python-jupyter-client/html/api/provisioners.html
/usr/share/doc/python-jupyter-client/html/changelog.html
/usr/share/doc/python-jupyter-client/html/genindex.html
/usr/share/doc/python-jupyter-client/html/index.html
/usr/share/doc/python-jupyter-client/html/kernels.html
/usr/share/doc/python-jupyter-client/html/messaging.html
/usr/share/doc/python-jupyter-client/html/migration.html
/usr/share/doc/python-jupyter-client/html/objects.inv
/usr/share/doc/python-jupyter-client/html/pending-kernels.html
/usr/share/doc/python-jupyter-client/html/provisioning.html
/usr/share/doc/python-jupyter-client/html/py-modindex.html
/usr/share/doc/python-jupyter-client/html/search.html
/usr/share/doc/python-jupyter-client/html/searchindex.js
/usr/share/doc/python-jupyter-client/html/wrapperkernels.html

References

Summary

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