How to Install and Uninstall ocaml-uutf Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "ocaml-uutf" package

This tutorial shows how to install ocaml-uutf on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ocaml-uutf

2. Uninstall "ocaml-uutf" package

Please follow the step by step instructions below to uninstall ocaml-uutf on openSuSE Tumbleweed:

$ sudo zypper remove ocaml-uutf

3. Information about the ocaml-uutf package on openSuSE Tumbleweed

Information for package ocaml-uutf:
-----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ocaml-uutf
Version : 1.0.3-1.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 113.8 KiB
Installed : No
Status : not installed
Source package : ocaml-uutf-1.0.3-1.11.src
Upstream URL : http://erratique.ch/software/uutf
Summary : Non-blocking streaming Unicode codec for OCaml
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 IO. 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.