How To Install python-gnocchiclient-doc on Fedora 36

In this tutorial we learn how to install python-gnocchiclient-doc in Fedora 36. python-gnocchiclient-doc is Documentation for OpenStack Gnocchi API Client

Introduction

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

What is python-gnocchiclient-doc

This is a client library for Gnocchi built on the Gnocchi API. It provides a Python API (the gnocchiclient module) and a command-line tool. This package contains auto-generated documentation.

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

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

sudo dnf -y install python-gnocchiclient-doc

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

sudo yum -y install python-gnocchiclient-doc

How To Uninstall python-gnocchiclient-doc on Fedora 36

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

sudo dnf remove python-gnocchiclient-doc

python-gnocchiclient-doc Package Contents on Fedora 36

References

Summary

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