How To Install ocaml-brlapi on Fedora 36

In this tutorial we learn how to install ocaml-brlapi in Fedora 36. ocaml-brlapi is OCaml binding for BrlAPI

Introduction

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

What is ocaml-brlapi

This package provides the OCaml binding for BrlAPI.

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

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

sudo dnf -y install ocaml-brlapi

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

sudo yum -y install ocaml-brlapi

How To Uninstall ocaml-brlapi on Fedora 36

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

sudo dnf remove ocaml-brlapi

ocaml-brlapi Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/48
/usr/lib/.build-id/48/46ee9461ecb8e813e832f1ab986ab038d3a559
/usr/lib64/ocaml/brlapi
/usr/lib64/ocaml/brlapi/META
/usr/lib64/ocaml/brlapi/brlapi.cma
/usr/lib64/ocaml/brlapi/brlapi.cmi
/usr/lib64/ocaml/brlapi/brlapi.cmxa
/usr/lib64/ocaml/brlapi/brlapi.mli
/usr/lib64/ocaml/brlapi/libbrlapi_stubs.a
/usr/lib64/ocaml/stublibs
/usr/lib64/ocaml/stublibs/dllbrlapi_stubs.so
/usr/lib64/ocaml/stublibs/dllbrlapi_stubs.so.owner

References

Summary

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