How To Install btrfs-heatmap-doc on Fedora 36

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

Introduction

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

What is btrfs-heatmap-doc

The btrfs heatmap script creates a visualization of how a btrfs filesystem is utilizing the underlying disk space of the block devices that are added to it. This package contains the documentation.

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

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

sudo dnf -y install btrfs-heatmap-doc

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

sudo yum -y install btrfs-heatmap-doc

How To Uninstall btrfs-heatmap-doc on Fedora 36

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

sudo dnf remove btrfs-heatmap-doc

btrfs-heatmap-doc Package Contents on Fedora 36

/usr/share/doc/btrfs-heatmap-doc
/usr/share/doc/btrfs-heatmap-doc/CHANGES
/usr/share/doc/btrfs-heatmap-doc/README.md
/usr/share/doc/btrfs-heatmap-doc/doc
/usr/share/doc/btrfs-heatmap-doc/doc/README
/usr/share/doc/btrfs-heatmap-doc/doc/README/animated-balance-small.gif
/usr/share/doc/btrfs-heatmap-doc/doc/README/example-238gib.png
/usr/share/doc/btrfs-heatmap-doc/doc/README/hilbert_256.png
/usr/share/doc/btrfs-heatmap-doc/doc/README/mekker.png
/usr/share/doc/btrfs-heatmap-doc/doc/curves
/usr/share/doc/btrfs-heatmap-doc/doc/curves.md
/usr/share/doc/btrfs-heatmap-doc/doc/curves/curves.py
/usr/share/doc/btrfs-heatmap-doc/doc/curves/hilbert-1.dia
/usr/share/doc/btrfs-heatmap-doc/doc/curves/hilbert-1.png
/usr/share/doc/btrfs-heatmap-doc/doc/curves/hilbert-2.dia
/usr/share/doc/btrfs-heatmap-doc/doc/curves/hilbert-2.png
/usr/share/doc/btrfs-heatmap-doc/doc/curves/hilbert-fs.png
/usr/share/doc/btrfs-heatmap-doc/doc/curves/hilbert-order-05-size-08.gif
/usr/share/doc/btrfs-heatmap-doc/doc/curves/hilbert.dia
/usr/share/doc/btrfs-heatmap-doc/doc/curves/hilbert.png
/usr/share/doc/btrfs-heatmap-doc/doc/curves/line.dia
/usr/share/doc/btrfs-heatmap-doc/doc/curves/line.png
/usr/share/doc/btrfs-heatmap-doc/doc/curves/linear-fs.png
/usr/share/doc/btrfs-heatmap-doc/doc/curves/linear.dia
/usr/share/doc/btrfs-heatmap-doc/doc/curves/linear.png
/usr/share/doc/btrfs-heatmap-doc/doc/curves/snake-fs.png
/usr/share/doc/btrfs-heatmap-doc/doc/curves/snake.dia
/usr/share/doc/btrfs-heatmap-doc/doc/curves/snake.png
/usr/share/doc/btrfs-heatmap-doc/doc/curves/ubuishilbert.jpg
/usr/share/doc/btrfs-heatmap-doc/doc/extent
/usr/share/doc/btrfs-heatmap-doc/doc/extent.md
/usr/share/doc/btrfs-heatmap-doc/doc/extent/CHUNK_TREE.png
/usr/share/doc/btrfs-heatmap-doc/doc/extent/CSUM_TREE.png
/usr/share/doc/btrfs-heatmap-doc/doc/extent/DATA_RELOC_TREE.png
/usr/share/doc/btrfs-heatmap-doc/doc/extent/DEV_TREE.png
/usr/share/doc/btrfs-heatmap-doc/doc/extent/EXTENT_TREE.png
/usr/share/doc/btrfs-heatmap-doc/doc/extent/FREE_SPACE_TREE.png
/usr/share/doc/btrfs-heatmap-doc/doc/extent/FS_TREE.png
/usr/share/doc/btrfs-heatmap-doc/doc/extent/QUOTA_TREE.png
/usr/share/doc/btrfs-heatmap-doc/doc/extent/ROOT_TREE.png
/usr/share/doc/btrfs-heatmap-doc/doc/extent/UUID_TREE.png
/usr/share/doc/btrfs-heatmap-doc/doc/extent/example-data.png
/usr/share/doc/btrfs-heatmap-doc/doc/extent/example-metadata.png
/usr/share/doc/btrfs-heatmap-doc/doc/extent/update_color_map.py
/usr/share/doc/btrfs-heatmap-doc/doc/scripting
/usr/share/doc/btrfs-heatmap-doc/doc/scripting.md
/usr/share/doc/btrfs-heatmap-doc/doc/scripting/4-highest.png
/usr/share/doc/btrfs-heatmap-doc/doc/scripting/all-bg.png
/usr/share/doc/btrfs-heatmap-doc/doc/scripting/device_1.png
/usr/share/doc/btrfs-heatmap-doc/doc/scripting/device_2.png
/usr/share/doc/btrfs-heatmap-doc/doc/scripting/full-fs.png
/usr/share/doc/btrfs-heatmap-doc/doc/scripting/stripes_on_device_1.png
/usr/share/doc/btrfs-heatmap-doc/doc/scripting/stripes_on_device_2.png
/usr/share/doc/btrfs-heatmap-doc/doc/sort
/usr/share/doc/btrfs-heatmap-doc/doc/sort.md
/usr/share/doc/btrfs-heatmap-doc/doc/sort/physical-dev-extents.png
/usr/share/doc/btrfs-heatmap-doc/doc/sort/virtual-chunks.png
/usr/share/licenses/btrfs-heatmap-doc
/usr/share/licenses/btrfs-heatmap-doc/COPYING

References

Summary

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