How To Install HdrHistogram_c on Fedora 34
Introduction
In this tutorial we learn how to install HdrHistogram_c
on Fedora 34.
What is HdrHistogram_c
C port of High Dynamic Range (HDR) Histogram. HdrHistogram_c 0.11.0 4.fc34 x86_64 30 k HdrHistogram_c-0.11.0-4.fc34.src.rpm fedora C port of the HdrHistogram https BSD and Public Domain C port of High Dynamic Range (HDR) Histogram.
We can use yum
or dnf
to install HdrHistogram_c
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install HdrHistogram_c.
Install HdrHistogram_c on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 Fedora 34
To uninstall only the HdrHistogram_c
package we can use the following command:
sudo dnf remove HdrHistogram_c
HdrHistogram_c Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/a56af83b58b09ae7f744e5598afed1d5c9e93f
/usr/lib/.build-id/30
/usr/lib/.build-id/30/708fbd8c8be33dd6a4317d90c0e7a6680bf90a
/usr/lib/.build-id/30/94c6787276df0e2508975910e66c958d2b7e17
/usr/lib/.build-id/60
/usr/lib/.build-id/60/a69f6221da7c45ff03aeaa9ef9f41d508600bd
/usr/lib/.build-id/61
/usr/lib/.build-id/61/8be16eae3e3513bcbb11f2c5780f135f00d3e0
/usr/lib/.build-id/68
/usr/lib/.build-id/68/aa979f316db3c9bd6728f1374794ff96188167
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/40f00f53477e7677420b803615425d270db38c
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/b7ee805d8ae75ca0825bf3572a910357bbc64e
/usr/lib/.build-id/84
/usr/lib/.build-id/84/767be4b01f6e404c6510c1ee3d1cc3f00d433d
/usr/lib64/libhdr_histogram.so.6
/usr/lib64/libhdr_histogram.so.6.1.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/12
/usr/lib/.build-id/12/79963a3868ec08c72ce975f359ba90505bdaf3
/usr/lib/.build-id/18
/usr/lib/.build-id/18/3f93cc05e06cbe62d718f09c06b32c4f3edd5b
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/a22c16da1d9571990d2abd1418ef243ba93033
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/5d17d699df1edcc3e6ab84cfef6eb270d4b251
/usr/lib/.build-id/90
/usr/lib/.build-id/90/a32d65b8af9d9a26e8899094500d8a0e0f0024
/usr/lib/.build-id/95
/usr/lib/.build-id/95/cea18b914e196829b7b90e58aa9bbbed6167ec
/usr/lib/.build-id/a8
/usr/lib/.build-id/a8/33e55df1a493830731fa649bc6e108bccf207f
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/ba881dbfebfa68603bdd86d5e235c80297a59e
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/a1d788166731a1bbec3fefe719b0c278cfa867
/usr/lib/libhdr_histogram.so.6
/usr/lib/libhdr_histogram.so.6.1.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
- [HdrHistogram_c website](https://github.com/HdrHistogram/HdrHistogram_c https://github.com/HdrHistogram/HdrHistogram_c)
Summary
In this tutorial we learn how to install HdrHistogram_c
on Fedora 34 using yum and dnf.