How To Install ocaml-ounit-lwt on Fedora 36

In this tutorial we learn how to install ocaml-ounit-lwt in Fedora 36. ocaml-ounit-lwt is Helper functions for building Lwt tests using OUnit

Introduction

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

What is ocaml-ounit-lwt

This package contains helper functions for building Lwt tests using OUnit.

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

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

sudo dnf -y install ocaml-ounit-lwt

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

sudo yum -y install ocaml-ounit-lwt

How To Uninstall ocaml-ounit-lwt on Fedora 36

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

sudo dnf remove ocaml-ounit-lwt

ocaml-ounit-lwt Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f7
/usr/lib/.build-id/f7/33f2bd0be60c2b7bd37afa5d537834d9e5ec53
/usr/lib64/ocaml/ounit-lwt
/usr/lib64/ocaml/ounit-lwt/META
/usr/lib64/ocaml/ounit2-lwt
/usr/lib64/ocaml/ounit2-lwt/META
/usr/lib64/ocaml/ounit2-lwt/oUnitLwt.cma
/usr/lib64/ocaml/ounit2-lwt/oUnitLwt.cmi
/usr/lib64/ocaml/ounit2-lwt/oUnitLwt.cmxs

References

Summary

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