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

Last updated: October 05,2024

1. Install "ocaml-uutf.i686" package

This guide let you learn how to install ocaml-uutf.i686 on Fedora 34

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

2. Uninstall "ocaml-uutf.i686" package

Learn how to uninstall ocaml-uutf.i686 on Fedora 34:

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

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

Last metadata expiration check: 0:59:48 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ocaml-uutf
Version : 1.0.2
Release : 13.fc34
Architecture : i686
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.