How To Install python-opentelemetry-doc on Fedora 36

In this tutorial we learn how to install python-opentelemetry-doc in Fedora 36. python-opentelemetry-doc is Documentation for python-opentelemetry

Introduction

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

What is python-opentelemetry-doc

This package provides documentation for python-opentelemetry.

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

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

sudo dnf -y install python-opentelemetry-doc

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

sudo yum -y install python-opentelemetry-doc

How To Uninstall python-opentelemetry-doc on Fedora 36

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

sudo dnf remove python-opentelemetry-doc

python-opentelemetry-doc Package Contents on Fedora 36

/usr/share/doc/python-opentelemetry-doc
/usr/share/doc/python-opentelemetry-doc/opentelemetrypython.pdf
/usr/share/licenses/python-opentelemetry-doc
/usr/share/licenses/python-opentelemetry-doc/LICENSE

References

Summary

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