How To Install ocaml-fieldslib on Fedora 36

In this tutorial we learn how to install ocaml-fieldslib in Fedora 36. ocaml-fieldslib is OCaml record fields as first class values

Introduction

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

What is ocaml-fieldslib

This package contains an OCaml syntax extension to define first class values representing record fields, to get and set record fields, iterate and fold over all fields of a record and create new record values.

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

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

sudo dnf -y install ocaml-fieldslib

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

sudo yum -y install ocaml-fieldslib

How To Uninstall ocaml-fieldslib on Fedora 36

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

sudo dnf remove ocaml-fieldslib

ocaml-fieldslib Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/f027fe1d60dd4171601f7ba9d486cf9b219e4d
/usr/lib/ocaml/fieldslib
/usr/lib/ocaml/fieldslib/META
/usr/lib/ocaml/fieldslib/fieldslib.cma
/usr/lib/ocaml/fieldslib/fieldslib.cmi
/usr/lib/ocaml/fieldslib/fieldslib.cmxs
/usr/share/doc/ocaml-fieldslib
/usr/share/doc/ocaml-fieldslib/CHANGES.md
/usr/share/licenses/ocaml-fieldslib
/usr/share/licenses/ocaml-fieldslib/LICENSE.md

References

Summary

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


title: “How To Install ocaml-fieldslib on Fedora 36” linkTitle: “ocaml-fieldslib” type: “docs” description: “In this tutorial we learn how to install ocaml-fieldslib in Fedora 36. ocaml-fieldslib is OCaml record fields as first class values” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ocaml-fieldslib-featured.png

Introduction

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

What is ocaml-fieldslib

This package contains an OCaml syntax extension to define first class values representing record fields, to get and set record fields, iterate and fold over all fields of a record and create new record values.

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

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

sudo dnf -y install ocaml-fieldslib

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

sudo yum -y install ocaml-fieldslib

How To Uninstall ocaml-fieldslib on Fedora 36

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

sudo dnf remove ocaml-fieldslib

ocaml-fieldslib Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/75873fba768088bcd44b57fa46a3b71cc7df1c
/usr/lib64/ocaml/fieldslib
/usr/lib64/ocaml/fieldslib/META
/usr/lib64/ocaml/fieldslib/fieldslib.cma
/usr/lib64/ocaml/fieldslib/fieldslib.cmi
/usr/lib64/ocaml/fieldslib/fieldslib.cmxs
/usr/share/doc/ocaml-fieldslib
/usr/share/doc/ocaml-fieldslib/CHANGES.md
/usr/share/licenses/ocaml-fieldslib
/usr/share/licenses/ocaml-fieldslib/LICENSE.md

References

Summary

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