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

Last updated: May 21,2024

1. Install "libtyxml-ocaml-dev" package

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

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

2. Uninstall "libtyxml-ocaml-dev" package

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

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

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

Package: libtyxml-ocaml-dev
Priority: optional
Section: universe/ocaml
Installed-Size: 14182
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: tyxml
Version: 3.5.0-1
Provides: libtyxml-ocaml-dev-c63d2
Depends: libcamlp4-ocaml-dev-p9wj7, libtyxml-ocaml-c63d2, libuutf-ocaml-dev-zccv8, ocaml-nox-4.02.3, libc6 (>= 2.2.5)
Recommends: ocaml-findlib
Filename: pool/universe/t/tyxml/libtyxml-ocaml-dev_3.5.0-1_amd64.deb
Size: 1837188
MD5sum: 7704364d4728202ad022ed3eef0925a5
SHA1: 19ae8695474589ba27ef63bd20a359b202ee38e3
SHA256: fb9eed3ab7cc9bc6843a4601546973bceadb5c4f5d0152844b29cc5a1f069422
Description-en: typed XML in OCaml (development files)
TyXML allows one to build XML trees whose validity is ensured by the
typechecker. It's based on a translation of XML types into polymorphic
variants, originally written by Thorsten Ohl. Currently, the
transcription has been done for XHTML 1.0 and 1.1, HTML5 and SVG
(partial).
.
TyXML also provides a generic printer and some low-level (and
untyped) iterators over XML trees. The printer has options for
printing XHTML in more browser-friendly way when served as
"text/html" (instead of "text/xml"). HTML5 is always printed with
those options.
.
All modules provided by TyXML are also provided in functorial
interface, where every module is parameterised by the underlying XML
representation.
.
A camlp4 extension, named Pa_tyxml, allows one to write HTML pages or
HTML fragments with the usual syntax.
.
This package contains the development files needed to use TyXML.
Description-md5: 6822bb8b9cfd04082bcafb6ff4f8a5a3
Homepage: http://ocsigen.org/tyxml
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu