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

Last updated: October 05,2024

1. Install "ocaml-uutf.i686" package

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

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

2. Uninstall "ocaml-uutf.i686" package

This tutorial shows how to uninstall ocaml-uutf.i686 on Fedora 35:

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

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

Last metadata expiration check: 3:43:46 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ocaml-uutf
Version : 1.0.2
Release : 15.fc35
Architecture : i686
Size : 98 k
Source : ocaml-uutf-1.0.2-15.fc35.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.