How To Install python3-rrdtool on Fedora 36

In this tutorial we learn how to install python3-rrdtool in Fedora 36. python3-rrdtool is Python RRDtool bindings

Introduction

In this tutorial we learn how to install python3-rrdtool on Fedora 36.

What is python3-rrdtool

Python RRDtool bindings.

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

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

sudo dnf -y install python3-rrdtool

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

sudo yum -y install python3-rrdtool

How To Uninstall python3-rrdtool on Fedora 36

To uninstall only the python3-rrdtool package we can use the following command:

sudo dnf remove python3-rrdtool

python3-rrdtool Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/3c21bcecd360d6797f8e2249aa6482dd0f1e04
/usr/lib64/python3.10/site-packages/rrdtool-0.1.10-py3.10.egg-info
/usr/lib64/python3.10/site-packages/rrdtool-0.1.10-py3.10.egg-info/PKG-INFO
/usr/lib64/python3.10/site-packages/rrdtool-0.1.10-py3.10.egg-info/SOURCES.txt
/usr/lib64/python3.10/site-packages/rrdtool-0.1.10-py3.10.egg-info/dependency_links.txt
/usr/lib64/python3.10/site-packages/rrdtool-0.1.10-py3.10.egg-info/top_level.txt
/usr/lib64/python3.10/site-packages/rrdtool.cpython-310-x86_64-linux-gnu.so
/usr/share/doc/python3-rrdtool
/usr/share/doc/python3-rrdtool/COPYING
/usr/share/doc/python3-rrdtool/README.md

References

Summary

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