How To Install ocaml-extlib on Fedora 36

In this tutorial we learn how to install ocaml-extlib in Fedora 36. ocaml-extlib is OCaml ExtLib additions to the standard library

Introduction

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

What is ocaml-extlib

ExtLib is a project aiming at providing a complete - yet small - standard library for the OCaml programming language. The purpose of this library is to add new functions to OCaml Standard Library modules, to modify some functions in order to get better performances or more safety (tail-recursive) but also to provide new modules which should be useful for the average OCaml programmer.

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

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

sudo dnf -y install ocaml-extlib

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

sudo yum -y install ocaml-extlib

How To Uninstall ocaml-extlib on Fedora 36

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

sudo dnf remove ocaml-extlib

ocaml-extlib Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/110a502c3218cea47fd711b2fa49cb74b29179
/usr/lib/ocaml/extlib
/usr/lib/ocaml/extlib/IO.cmi
/usr/lib/ocaml/extlib/IO.cmt
/usr/lib/ocaml/extlib/IO.cmti
/usr/lib/ocaml/extlib/META
/usr/lib/ocaml/extlib/bitSet.cmi
/usr/lib/ocaml/extlib/bitSet.cmt
/usr/lib/ocaml/extlib/bitSet.cmti
/usr/lib/ocaml/extlib/dllist.cmi
/usr/lib/ocaml/extlib/dllist.cmt
/usr/lib/ocaml/extlib/dllist.cmti
/usr/lib/ocaml/extlib/dynArray.cmi
/usr/lib/ocaml/extlib/dynArray.cmt
/usr/lib/ocaml/extlib/dynArray.cmti
/usr/lib/ocaml/extlib/enum.cmi
/usr/lib/ocaml/extlib/enum.cmt
/usr/lib/ocaml/extlib/enum.cmti
/usr/lib/ocaml/extlib/extArray.cmi
/usr/lib/ocaml/extlib/extArray.cmt
/usr/lib/ocaml/extlib/extArray.cmti
/usr/lib/ocaml/extlib/extBuffer.cmi
/usr/lib/ocaml/extlib/extBuffer.cmt
/usr/lib/ocaml/extlib/extBuffer.cmti
/usr/lib/ocaml/extlib/extBytes.cmi
/usr/lib/ocaml/extlib/extBytes.cmt
/usr/lib/ocaml/extlib/extBytes.cmti
/usr/lib/ocaml/extlib/extHashtbl.cmi
/usr/lib/ocaml/extlib/extHashtbl.cmt
/usr/lib/ocaml/extlib/extHashtbl.cmti
/usr/lib/ocaml/extlib/extLib.cma
/usr/lib/ocaml/extlib/extLib.cmi
/usr/lib/ocaml/extlib/extLib.cmt
/usr/lib/ocaml/extlib/extLib.cmxs
/usr/lib/ocaml/extlib/extList.cmi
/usr/lib/ocaml/extlib/extList.cmt
/usr/lib/ocaml/extlib/extList.cmti
/usr/lib/ocaml/extlib/extString.cmi
/usr/lib/ocaml/extlib/extString.cmt
/usr/lib/ocaml/extlib/extString.cmti
/usr/lib/ocaml/extlib/global.cmi
/usr/lib/ocaml/extlib/global.cmt
/usr/lib/ocaml/extlib/global.cmti
/usr/lib/ocaml/extlib/optParse.cmi
/usr/lib/ocaml/extlib/optParse.cmt
/usr/lib/ocaml/extlib/optParse.cmti
/usr/lib/ocaml/extlib/option.cmi
/usr/lib/ocaml/extlib/option.cmt
/usr/lib/ocaml/extlib/option.cmti
/usr/lib/ocaml/extlib/pMap.cmi
/usr/lib/ocaml/extlib/pMap.cmt
/usr/lib/ocaml/extlib/pMap.cmti
/usr/lib/ocaml/extlib/refList.cmi
/usr/lib/ocaml/extlib/refList.cmt
/usr/lib/ocaml/extlib/refList.cmti
/usr/lib/ocaml/extlib/std.cmi
/usr/lib/ocaml/extlib/std.cmt
/usr/lib/ocaml/extlib/std.cmti
/usr/share/doc/ocaml-extlib
/usr/share/doc/ocaml-extlib/README.md
/usr/share/licenses/ocaml-extlib
/usr/share/licenses/ocaml-extlib/LICENSE

References

Summary

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


title: “How To Install ocaml-extlib on Fedora 36” linkTitle: “ocaml-extlib” type: “docs” description: “In this tutorial we learn how to install ocaml-extlib in Fedora 36. ocaml-extlib is OCaml ExtLib additions to the standard library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ocaml-extlib-featured.png

Introduction

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

What is ocaml-extlib

ExtLib is a project aiming at providing a complete - yet small - standard library for the OCaml programming language. The purpose of this library is to add new functions to OCaml Standard Library modules, to modify some functions in order to get better performances or more safety (tail-recursive) but also to provide new modules which should be useful for the average OCaml programmer.

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

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

sudo dnf -y install ocaml-extlib

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

sudo yum -y install ocaml-extlib

How To Uninstall ocaml-extlib on Fedora 36

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

sudo dnf remove ocaml-extlib

ocaml-extlib Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/07
/usr/lib/.build-id/07/2bb0af92bd988d34ba8270a2e6188918c51be0
/usr/lib64/ocaml/extlib
/usr/lib64/ocaml/extlib/IO.cmi
/usr/lib64/ocaml/extlib/IO.cmt
/usr/lib64/ocaml/extlib/IO.cmti
/usr/lib64/ocaml/extlib/META
/usr/lib64/ocaml/extlib/bitSet.cmi
/usr/lib64/ocaml/extlib/bitSet.cmt
/usr/lib64/ocaml/extlib/bitSet.cmti
/usr/lib64/ocaml/extlib/dllist.cmi
/usr/lib64/ocaml/extlib/dllist.cmt
/usr/lib64/ocaml/extlib/dllist.cmti
/usr/lib64/ocaml/extlib/dynArray.cmi
/usr/lib64/ocaml/extlib/dynArray.cmt
/usr/lib64/ocaml/extlib/dynArray.cmti
/usr/lib64/ocaml/extlib/enum.cmi
/usr/lib64/ocaml/extlib/enum.cmt
/usr/lib64/ocaml/extlib/enum.cmti
/usr/lib64/ocaml/extlib/extArray.cmi
/usr/lib64/ocaml/extlib/extArray.cmt
/usr/lib64/ocaml/extlib/extArray.cmti
/usr/lib64/ocaml/extlib/extBuffer.cmi
/usr/lib64/ocaml/extlib/extBuffer.cmt
/usr/lib64/ocaml/extlib/extBuffer.cmti
/usr/lib64/ocaml/extlib/extBytes.cmi
/usr/lib64/ocaml/extlib/extBytes.cmt
/usr/lib64/ocaml/extlib/extBytes.cmti
/usr/lib64/ocaml/extlib/extHashtbl.cmi
/usr/lib64/ocaml/extlib/extHashtbl.cmt
/usr/lib64/ocaml/extlib/extHashtbl.cmti
/usr/lib64/ocaml/extlib/extLib.cma
/usr/lib64/ocaml/extlib/extLib.cmi
/usr/lib64/ocaml/extlib/extLib.cmt
/usr/lib64/ocaml/extlib/extLib.cmxs
/usr/lib64/ocaml/extlib/extList.cmi
/usr/lib64/ocaml/extlib/extList.cmt
/usr/lib64/ocaml/extlib/extList.cmti
/usr/lib64/ocaml/extlib/extString.cmi
/usr/lib64/ocaml/extlib/extString.cmt
/usr/lib64/ocaml/extlib/extString.cmti
/usr/lib64/ocaml/extlib/global.cmi
/usr/lib64/ocaml/extlib/global.cmt
/usr/lib64/ocaml/extlib/global.cmti
/usr/lib64/ocaml/extlib/optParse.cmi
/usr/lib64/ocaml/extlib/optParse.cmt
/usr/lib64/ocaml/extlib/optParse.cmti
/usr/lib64/ocaml/extlib/option.cmi
/usr/lib64/ocaml/extlib/option.cmt
/usr/lib64/ocaml/extlib/option.cmti
/usr/lib64/ocaml/extlib/pMap.cmi
/usr/lib64/ocaml/extlib/pMap.cmt
/usr/lib64/ocaml/extlib/pMap.cmti
/usr/lib64/ocaml/extlib/refList.cmi
/usr/lib64/ocaml/extlib/refList.cmt
/usr/lib64/ocaml/extlib/refList.cmti
/usr/lib64/ocaml/extlib/std.cmi
/usr/lib64/ocaml/extlib/std.cmt
/usr/lib64/ocaml/extlib/std.cmti
/usr/share/doc/ocaml-extlib
/usr/share/doc/ocaml-extlib/README.md
/usr/share/licenses/ocaml-extlib
/usr/share/licenses/ocaml-extlib/LICENSE

References

Summary

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