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

Last updated: October 05,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 34

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

2. Uninstall "ocaml-uutf.x86_64" package

Please follow the guidance below to uninstall ocaml-uutf.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 4:38:47 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ocaml-uutf
Version : 1.0.2
Release : 13.fc34
Architecture : x86_64
Size : 100 k
Source : ocaml-uutf-1.0.2-13.fc34.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.