How To Install ocaml-uutf on Fedora 36

In this tutorial we learn how to install ocaml-uutf in Fedora 36. ocaml-uutf is Non-blocking streaming Unicode codec for OCaml

Introduction

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

What is ocaml-uutf

Uutf is a non-blocking streaming codec to decode and encode the UTF-8, UTF-16, UTF-16LE and UTF-16BE encoding schemes. It can efficiently work character by character without blocking on I/O. Decoders perform character position tracking and support newline normalization. Functions are also provided to fold over the characters of UTF-encoded OCaml string values and to directly encode characters in OCaml Buffer.t values.

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

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

sudo dnf -y install ocaml-uutf

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

sudo yum -y install ocaml-uutf

How To Uninstall ocaml-uutf on Fedora 36

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

sudo dnf remove ocaml-uutf

ocaml-uutf Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/43dcfe5f85a4afab8bfb24f551ed166fa0b954
/usr/lib64/ocaml/uutf
/usr/lib64/ocaml/uutf/META
/usr/lib64/ocaml/uutf/uutf.cma
/usr/lib64/ocaml/uutf/uutf.cmi
/usr/lib64/ocaml/uutf/uutf.cmxs
/usr/share/doc/ocaml-uutf
/usr/share/doc/ocaml-uutf/CHANGES.md
/usr/share/doc/ocaml-uutf/README.md
/usr/share/licenses/ocaml-uutf
/usr/share/licenses/ocaml-uutf/LICENSE.md

References

Summary

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


title: “How To Install ocaml-uutf on Fedora 36” linkTitle: “ocaml-uutf” type: “docs” description: “In this tutorial we learn how to install ocaml-uutf in Fedora 36. ocaml-uutf is Non-blocking streaming Unicode codec for OCaml” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ocaml-uutf-featured.png

Introduction

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

What is ocaml-uutf

Uutf is a non-blocking streaming codec to decode and encode the UTF-8, UTF-16, UTF-16LE and UTF-16BE encoding schemes. It can efficiently work character by character without blocking on I/O. Decoders perform character position tracking and support newline normalization. Functions are also provided to fold over the characters of UTF-encoded OCaml string values and to directly encode characters in OCaml Buffer.t values.

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

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

sudo dnf -y install ocaml-uutf

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

sudo yum -y install ocaml-uutf

How To Uninstall ocaml-uutf on Fedora 36

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

sudo dnf remove ocaml-uutf

ocaml-uutf Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/179d09f2e911329731779b50bd0b75cc051e3b
/usr/lib/ocaml/uutf
/usr/lib/ocaml/uutf/META
/usr/lib/ocaml/uutf/uutf.cma
/usr/lib/ocaml/uutf/uutf.cmi
/usr/lib/ocaml/uutf/uutf.cmxs
/usr/share/doc/ocaml-uutf
/usr/share/doc/ocaml-uutf/CHANGES.md
/usr/share/doc/ocaml-uutf/README.md
/usr/share/licenses/ocaml-uutf
/usr/share/licenses/ocaml-uutf/LICENSE.md

References

Summary

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