How to Install and Uninstall ocaml-benchmark.i686 Package on Fedora 36

Last updated: October 07,2024

1. Install "ocaml-benchmark.i686" package

This tutorial shows how to install ocaml-benchmark.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install ocaml-benchmark.i686

2. Uninstall "ocaml-benchmark.i686" package

This guide let you learn how to uninstall ocaml-benchmark.i686 on Fedora 36:

$ sudo dnf remove ocaml-benchmark.i686 $ sudo dnf autoremove

3. Information about the ocaml-benchmark.i686 package on Fedora 36

Last metadata expiration check: 3:22:16 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ocaml-benchmark
Version : 1.5
Release : 23.fc36
Architecture : i686
Size : 301 k
Source : ocaml-benchmark-1.5-23.fc36.src.rpm
Repository : fedora
Summary : Benchmarking module for OCaml
URL : http://ocaml-benchmark.forge.ocamlcore.org/
License : LGPLv3+ with exceptions
Description : Benchmark provides functions to measure and compare the run-time of functions.
: It is inspired by the Perl module of the same name.