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

Last updated: May 18,2024

1. Install "libtext-ocaml-dev" package

Please follow the steps below to install libtext-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libtext-ocaml-dev

2. Uninstall "libtext-ocaml-dev" package

Please follow the instructions below to uninstall libtext-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libtext-ocaml-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: libtext-ocaml-dev
Priority: optional
Section: universe/ocaml
Installed-Size: 990
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: ocaml-text
Version: 0.6-3build1
Provides: libtext-ocaml-dev-z4pb5
Depends: libcamlp4-ocaml-dev-p9wj7, libpcre-ocaml-dev-ljf26, libtext-ocaml-z4pb5, ocaml-nox-4.02.3, libc6 (>= 2.2.5)
Recommends: ocaml-findlib
Filename: pool/universe/o/ocaml-text/libtext-ocaml-dev_0.6-3build1_amd64.deb
Size: 323684
MD5sum: 7fad80217e673fc9006490186c81be19
SHA1: df90cf797718e5cb7a651fe3bedb99e2ecc3b22e
SHA256: 59ed9ee647c5cbc89d6380b35963654fefd112b52cc3470b3810799383fea2c2
Description-en: library for dealing with sequences of Unicode characters
OCaml-Text is an OCaml library for dealing with "text", i.e. sequences
of Unicode characters, in a convenient way. It supports:
* encoding/decoding of text;
* functions for manipulation of UTF-8 encoded strings, such as
validation and most of the functions from "List" and "String"
modules of the OCaml standard library, adapted for UTF-8 strings;
* locale-specific text functions (compare, upper, is_alpha, ...).
.
It is composed of two modules:
* "Encoding" for encoding/decoding text
* "Text" for text manipulation
.
This package contains all the development stuff you need to use the
OCaml-Text library in your programs.
Description-md5: 56fa7edde33892532cb24e0616c38ba2
Homepage: http://ocaml-text.forge.ocamlcore.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu