How To Install ocaml-uuidm on Fedora 36

In this tutorial we learn how to install ocaml-uuidm in Fedora 36. ocaml-uuidm is Universally unique identifiers (UUIDs) for OCaml

Introduction

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

What is ocaml-uuidm

Uuidm is an OCaml module implementing 128 bit universally unique identifiers, versions 3, 5 (named based with MD5, SHA-1 hashing) and 4 (random based); see RFC 4122

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

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

sudo dnf -y install ocaml-uuidm

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

sudo yum -y install ocaml-uuidm

How To Uninstall ocaml-uuidm on Fedora 36

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

sudo dnf remove ocaml-uuidm

ocaml-uuidm Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/4b7cdc1b5eb91c9b38c7f44b97fb6f74715add
/usr/lib/ocaml/uuidm
/usr/lib/ocaml/uuidm/META
/usr/lib/ocaml/uuidm/uuidm.cma
/usr/lib/ocaml/uuidm/uuidm.cmi
/usr/lib/ocaml/uuidm/uuidm.cmxs
/usr/share/doc/ocaml-uuidm
/usr/share/doc/ocaml-uuidm/CHANGES.md
/usr/share/doc/ocaml-uuidm/README.md
/usr/share/licenses/ocaml-uuidm
/usr/share/licenses/ocaml-uuidm/LICENSE.md

References

Summary

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


title: “How To Install ocaml-uuidm on Fedora 36” linkTitle: “ocaml-uuidm” type: “docs” description: “In this tutorial we learn how to install ocaml-uuidm in Fedora 36. ocaml-uuidm is Universally unique identifiers (UUIDs) for OCaml” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ocaml-uuidm-featured.png

Introduction

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

What is ocaml-uuidm

Uuidm is an OCaml module implementing 128 bit universally unique identifiers, versions 3, 5 (named based with MD5, SHA-1 hashing) and 4 (random based); see RFC 4122

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

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

sudo dnf -y install ocaml-uuidm

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

sudo yum -y install ocaml-uuidm

How To Uninstall ocaml-uuidm on Fedora 36

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

sudo dnf remove ocaml-uuidm

ocaml-uuidm Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/67
/usr/lib/.build-id/67/292ead59f00baf386101df6cf0cdc579281745
/usr/lib64/ocaml/uuidm
/usr/lib64/ocaml/uuidm/META
/usr/lib64/ocaml/uuidm/uuidm.cma
/usr/lib64/ocaml/uuidm/uuidm.cmi
/usr/lib64/ocaml/uuidm/uuidm.cmxs
/usr/share/doc/ocaml-uuidm
/usr/share/doc/ocaml-uuidm/CHANGES.md
/usr/share/doc/ocaml-uuidm/README.md
/usr/share/licenses/ocaml-uuidm
/usr/share/licenses/ocaml-uuidm/LICENSE.md

References

Summary

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