How To Install nodepool-doc on Fedora 36

In this tutorial we learn how to install nodepool-doc in Fedora 36. nodepool-doc is Nodepool documentation

Introduction

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

What is nodepool-doc

Nodepool documentation.

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

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

sudo dnf -y install nodepool-doc

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

sudo yum -y install nodepool-doc

How To Uninstall nodepool-doc on Fedora 36

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

sudo dnf remove nodepool-doc

nodepool-doc Package Contents on Fedora 36

/usr/share/doc/nodepool-doc
/usr/share/doc/nodepool-doc/LICENSE
/usr/share/doc/nodepool-doc/html
/usr/share/doc/nodepool-doc/html/.buildinfo
/usr/share/doc/nodepool-doc/html/.doctrees
/usr/share/doc/nodepool-doc/html/.doctrees/configuration.doctree
/usr/share/doc/nodepool-doc/html/.doctrees/devguide.doctree
/usr/share/doc/nodepool-doc/html/.doctrees/environment.pickle
/usr/share/doc/nodepool-doc/html/.doctrees/index.doctree
/usr/share/doc/nodepool-doc/html/.doctrees/installation.doctree
/usr/share/doc/nodepool-doc/html/.doctrees/operation.doctree
/usr/share/doc/nodepool-doc/html/.doctrees/releasenotes.doctree
/usr/share/doc/nodepool-doc/html/_sources
/usr/share/doc/nodepool-doc/html/_sources/configuration.rst.txt
/usr/share/doc/nodepool-doc/html/_sources/devguide.rst.txt
/usr/share/doc/nodepool-doc/html/_sources/index.rst.txt
/usr/share/doc/nodepool-doc/html/_sources/installation.rst.txt
/usr/share/doc/nodepool-doc/html/_sources/operation.rst.txt
/usr/share/doc/nodepool-doc/html/_sources/releasenotes.rst.txt
/usr/share/doc/nodepool-doc/html/_static
/usr/share/doc/nodepool-doc/html/_static/alabaster.css
/usr/share/doc/nodepool-doc/html/_static/basic.css
/usr/share/doc/nodepool-doc/html/_static/custom.css
/usr/share/doc/nodepool-doc/html/_static/doctools.js
/usr/share/doc/nodepool-doc/html/_static/documentation_options.js
/usr/share/doc/nodepool-doc/html/_static/file.png
/usr/share/doc/nodepool-doc/html/_static/jquery-3.5.1.js
/usr/share/doc/nodepool-doc/html/_static/jquery.js
/usr/share/doc/nodepool-doc/html/_static/language_data.js
/usr/share/doc/nodepool-doc/html/_static/logo.svg
/usr/share/doc/nodepool-doc/html/_static/minus.png
/usr/share/doc/nodepool-doc/html/_static/plus.png
/usr/share/doc/nodepool-doc/html/_static/pygments.css
/usr/share/doc/nodepool-doc/html/_static/searchtools.js
/usr/share/doc/nodepool-doc/html/_static/underscore-1.13.1.js
/usr/share/doc/nodepool-doc/html/_static/underscore.js
/usr/share/doc/nodepool-doc/html/configuration.html
/usr/share/doc/nodepool-doc/html/devguide.html
/usr/share/doc/nodepool-doc/html/genindex.html
/usr/share/doc/nodepool-doc/html/http-routingtable.html
/usr/share/doc/nodepool-doc/html/index.html
/usr/share/doc/nodepool-doc/html/installation.html
/usr/share/doc/nodepool-doc/html/objects.inv
/usr/share/doc/nodepool-doc/html/operation.html
/usr/share/doc/nodepool-doc/html/releasenotes.html
/usr/share/doc/nodepool-doc/html/search.html
/usr/share/doc/nodepool-doc/html/searchindex.js

References

Summary

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