How To Install ocaml-benchmark on Fedora 36

In this tutorial we learn how to install ocaml-benchmark in Fedora 36. ocaml-benchmark is Benchmarking module for OCaml

Introduction

In this tutorial we learn how to install ocaml-benchmark on Fedora 36.

What is ocaml-benchmark

Benchmark provides functions to measure and compare the run-time of functions. It is inspired by the Perl module of the same name.

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

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

sudo dnf -y install ocaml-benchmark

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

sudo yum -y install ocaml-benchmark

How To Uninstall ocaml-benchmark on Fedora 36

To uninstall only the ocaml-benchmark package we can use the following command:

sudo dnf remove ocaml-benchmark

ocaml-benchmark Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/48ebf2afce13e1e4589970a4cfcb612d08a570
/usr/lib/ocaml/benchmark
/usr/lib/ocaml/benchmark/META
/usr/lib/ocaml/benchmark/benchmark.cma
/usr/lib/ocaml/benchmark/benchmark.cmi
/usr/lib/ocaml/benchmark/benchmark.cmt
/usr/lib/ocaml/benchmark/benchmark.cmti
/usr/lib/ocaml/benchmark/benchmark.cmxs
/usr/lib/ocaml/benchmark/benchmark.ml
/usr/lib/ocaml/benchmark/dune-package
/usr/lib/ocaml/benchmark/opam
/usr/share/doc/ocaml-benchmark
/usr/share/doc/ocaml-benchmark/CHANGES.md
/usr/share/doc/ocaml-benchmark/README.md
/usr/share/licenses/ocaml-benchmark
/usr/share/licenses/ocaml-benchmark/LICENSE.md

References

Summary

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


title: “How To Install ocaml-benchmark on Fedora 36” linkTitle: “ocaml-benchmark” type: “docs” description: “In this tutorial we learn how to install ocaml-benchmark in Fedora 36. ocaml-benchmark is Benchmarking module for OCaml” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ocaml-benchmark-featured.png

Introduction

In this tutorial we learn how to install ocaml-benchmark on Fedora 36.

What is ocaml-benchmark

Benchmark provides functions to measure and compare the run-time of functions. It is inspired by the Perl module of the same name.

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

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

sudo dnf -y install ocaml-benchmark

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

sudo yum -y install ocaml-benchmark

How To Uninstall ocaml-benchmark on Fedora 36

To uninstall only the ocaml-benchmark package we can use the following command:

sudo dnf remove ocaml-benchmark

ocaml-benchmark Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/38
/usr/lib/.build-id/38/cdca71860dae7ad45a6e8c43ae39184f115b65
/usr/lib64/ocaml/benchmark
/usr/lib64/ocaml/benchmark/META
/usr/lib64/ocaml/benchmark/benchmark.cma
/usr/lib64/ocaml/benchmark/benchmark.cmi
/usr/lib64/ocaml/benchmark/benchmark.cmt
/usr/lib64/ocaml/benchmark/benchmark.cmti
/usr/lib64/ocaml/benchmark/benchmark.cmxs
/usr/lib64/ocaml/benchmark/benchmark.ml
/usr/lib64/ocaml/benchmark/dune-package
/usr/lib64/ocaml/benchmark/opam
/usr/share/doc/ocaml-benchmark
/usr/share/doc/ocaml-benchmark/CHANGES.md
/usr/share/doc/ocaml-benchmark/README.md
/usr/share/licenses/ocaml-benchmark
/usr/share/licenses/ocaml-benchmark/LICENSE.md

References

Summary

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