How To Install hyperfine on Fedora 36

In this tutorial we learn how to install hyperfine in Fedora 36. hyperfine is Command-line benchmarking tool

Introduction

In this tutorial we learn how to install hyperfine on Fedora 36.

What is hyperfine

Command-line benchmarking tool.

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

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

sudo dnf -y install hyperfine

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

sudo yum -y install hyperfine

How To Uninstall hyperfine on Fedora 36

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

sudo dnf remove hyperfine

hyperfine Package Contents on Fedora 36

/usr/bin/hyperfine
/usr/lib/.build-id
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/cfd0b6508df509f73ca68f70fdea0611b887e5
/usr/share/bash-completion
/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/hyperfine.bash
/usr/share/doc/hyperfine
/usr/share/doc/hyperfine/CHANGELOG.md
/usr/share/doc/hyperfine/README.md
/usr/share/fish
/usr/share/fish/vendor_completions.d
/usr/share/fish/vendor_completions.d/hyperfine.fish
/usr/share/licenses/hyperfine
/usr/share/licenses/hyperfine/LICENSE-APACHE
/usr/share/licenses/hyperfine/LICENSE-MIT
/usr/share/man/man1/hyperfine.1.gz
/usr/share/zsh
/usr/share/zsh/site-functions
/usr/share/zsh/site-functions/_hyperfine

References

Summary

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