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

Last updated: May 19,2024

1. Install "libtyxml-ocaml-doc" package

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

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

2. Uninstall "libtyxml-ocaml-doc" package

This tutorial shows how to uninstall libtyxml-ocaml-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libtyxml-ocaml-doc
Priority: optional
Section: universe/doc
Installed-Size: 11567
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: all
Source: tyxml
Version: 3.5.0-1
Filename: pool/universe/t/tyxml/libtyxml-ocaml-doc_3.5.0-1_all.deb
Size: 208936
MD5sum: 2c0fb56f8c5f92468e1e7c7ce5f38ff1
SHA1: ec39fade0dbeb3841bef45725058ee93ce5b633b
SHA256: a6adc24c6b72e9b7f67ebfc3f8540be95bf4cfb4186de0ac2eaa038a4503158b
Description-en: typed XML in OCaml (documentation)
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 documentation of TyXML.
Description-md5: b4fe7c034b9adb6ca67d4c26c8811c5d
Homepage: http://ocsigen.org/tyxml
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu