How to Install and Uninstall libuutf-ocaml Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "libuutf-ocaml" package

This tutorial shows how to install libuutf-ocaml on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libuutf-ocaml

2. Uninstall "libuutf-ocaml" package

Please follow the steps below to uninstall libuutf-ocaml on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libuutf-ocaml $ sudo apt autoclean && sudo apt autoremove

3. Information about the libuutf-ocaml package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libuutf-ocaml
Priority: optional
Section: universe/ocaml
Installed-Size: 118
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: uutf
Version: 0.9.4-1build1
Provides: libuutf-ocaml-zccv8
Depends: ocaml-base-nox-4.02.3, libc6 (>= 2.2.5)
Suggests: ocaml-findlib
Filename: pool/universe/u/uutf/libuutf-ocaml_0.9.4-1build1_amd64.deb
Size: 25884
MD5sum: 9cdfa4ed5ed87a418986d9eed0a6618d
SHA1: 7b24335e833e32982a7a9adb525470d59bb8a928
SHA256: a8c2dd43820f59763d8ba0682b26a3e66f9de8607a7d3c38b46e2b796cc92947
Description-en: Non-blocking streaming Unicode codec for OCaml (plugins)
Uutf is an non-blocking streaming Unicode codec for OCaml 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
.
This package contains dynamically loadable modules for plugins.
Description-md5: 70da7214f0b5603694c6c45c01ee5dd9
Homepage: http://erratique.ch/software/uutf
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu