How to Install and Uninstall ocaml-uutf.x86_64 Package on Fedora 36

Last updated: October 06,2024

1. Install "ocaml-uutf.x86_64" package

Here is a brief guide to show you how to install ocaml-uutf.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install ocaml-uutf.x86_64

2. Uninstall "ocaml-uutf.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ocaml-uutf.x86_64 on Fedora 36:

$ sudo dnf remove ocaml-uutf.x86_64 $ sudo dnf autoremove

3. Information about the ocaml-uutf.x86_64 package on Fedora 36

Last metadata expiration check: 0:30:30 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ocaml-uutf
Version : 1.0.3
Release : 1.fc36
Architecture : x86_64
Size : 100 k
Source : ocaml-uutf-1.0.3-1.fc36.src.rpm
Repository : fedora
Summary : Non-blocking streaming Unicode codec for OCaml
URL : https://erratique.ch/software/uutf
License : ISC
Description : 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.