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

Last updated: June 26,2024

1. Install "ocaml-uutf.i686" package

This is a short guide on how to install ocaml-uutf.i686 on Fedora 36

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

2. Uninstall "ocaml-uutf.i686" package

Please follow the instructions below to uninstall ocaml-uutf.i686 on Fedora 36:

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

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

Last metadata expiration check: 0:55:24 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ocaml-uutf
Version : 1.0.3
Release : 1.fc36
Architecture : i686
Size : 99 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.