How To Install HdrHistogram_c on Rocky Linux 8

In this tutorial we learn how to install HdrHistogram_c on Rocky Linux 8. HdrHistogram_c is C port of the HdrHistogram

Introduction

In this tutorial we learn how to install HdrHistogram_c on Rocky Linux 8.

What is HdrHistogram_c

C port of High Dynamic Range (HDR) Histogram.

We can use yum or dnf to install HdrHistogram_c on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install HdrHistogram_c.

Install HdrHistogram_c on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install HdrHistogram_c using dnf by running the following command:

sudo dnf -y install HdrHistogram_c

Install HdrHistogram_c on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install HdrHistogram_c using yum by running the following command:

sudo yum -y install HdrHistogram_c

How To Uninstall HdrHistogram_c on Rocky Linux 8

To uninstall only the HdrHistogram_c package we can use the following command:

sudo dnf remove HdrHistogram_c

HdrHistogram_c Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/08
/usr/lib/.build-id/08/efacac901b2c0f4bab6ac9bc0a69a092383672
/usr/lib/.build-id/42
/usr/lib/.build-id/42/4c035e8210a6b4b8f2d7be0db15243712ef2fb
/usr/lib/.build-id/63
/usr/lib/.build-id/63/aa288a7b5aac4b1194df8b4653456567f5e506
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/661f73a2c696435d860dd283c4b800562834bd
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/a58d2800c37c7e125e53997df57bea2f10d307
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/a8f0328442d3093adb5150d6db02a910daffc0
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/ccbb918ef64ddc140054922e6c77f664f1b0e7
/usr/lib/libhdr_histogram.so.5
/usr/lib/libhdr_histogram.so.5.0.0
/usr/share/doc/HdrHistogram_c
/usr/share/doc/HdrHistogram_c/README.md
/usr/share/licenses/HdrHistogram_c
/usr/share/licenses/HdrHistogram_c/LICENSE.txt
/usr/lib/.build-id
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/3a507a8e2681dabb25b9181b263d820d12f2fb
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/97ab3f20e05d0c00b5b56f3f0827dc9c7bb358
/usr/lib/.build-id/62
/usr/lib/.build-id/62/d27bd7b583173d46eeae9d1796ba6c2647900e
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/5b175b5d9d9172d0942470312b03f418ffedc5
/usr/lib/.build-id/c8
/usr/lib/.build-id/c8/bb4496ef7b0605de0a63abecba3ae8114c550a
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/92b8b5662693b2917a28ccaa920d18a6b3179e
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/a80f4622bed6cd9004ac83dfda1f5ed14d2ff8
/usr/lib64/libhdr_histogram.so.5
/usr/lib64/libhdr_histogram.so.5.0.0
/usr/share/doc/HdrHistogram_c
/usr/share/doc/HdrHistogram_c/README.md
/usr/share/licenses/HdrHistogram_c
/usr/share/licenses/HdrHistogram_c/LICENSE.txt

References

Summary

In this tutorial we learn how to install HdrHistogram_c on Rocky Linux 8 using yum and dnf.