How To Install ocaml-augeas on Fedora 36

In this tutorial we learn how to install ocaml-augeas in Fedora 36. ocaml-augeas is OCaml bindings for Augeas configuration API

Introduction

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

What is ocaml-augeas

Augeas is a unified system for editing arbitrary configuration files. This provides complete OCaml bindings for Augeas.

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

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

sudo dnf -y install ocaml-augeas

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

sudo yum -y install ocaml-augeas

How To Uninstall ocaml-augeas on Fedora 36

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

sudo dnf remove ocaml-augeas

ocaml-augeas Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/58
/usr/lib/.build-id/58/9ea7bfdd7ec06608f257cdf4f4e379178ebbc8
/usr/lib64/ocaml/augeas
/usr/lib64/ocaml/augeas/META
/usr/lib64/ocaml/augeas/augeas.cmi
/usr/lib64/ocaml/augeas/mlaugeas.cma
/usr/lib64/ocaml/stublibs/dllmlaugeas.so
/usr/lib64/ocaml/stublibs/dllmlaugeas.so.owner
/usr/share/doc/ocaml-augeas
/usr/share/doc/ocaml-augeas/COPYING.LIB

References

Summary

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