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

Last updated: May 21,2024

1. Install "libtyxml-ocaml" package

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

$ sudo apt update $ sudo apt install libtyxml-ocaml

2. Uninstall "libtyxml-ocaml" package

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

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

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

Package: libtyxml-ocaml
Priority: optional
Section: universe/ocaml
Installed-Size: 2153
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: tyxml
Version: 3.5.0-1
Provides: libtyxml-ocaml-c63d2
Depends: libuutf-ocaml-zccv8, ocaml-base-nox-4.02.3, libc6 (>= 2.2.5)
Filename: pool/universe/t/tyxml/libtyxml-ocaml_3.5.0-1_amd64.deb
Size: 315602
MD5sum: 5c29d11812a214eeb5bb6b73d320277f
SHA1: a0e5177cca8184a589eadc789fbc96532d7f2e22
SHA256: 2f347482f95fdc33ac3a7b969884f5ff76afa20bfdb213388898e9c325b26564
Description-en: typed XML in OCaml (plugins)
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 dynamically loadable modules for plugins.
Description-md5: f858b6b8a0ddf1d9dfc4a3290ee8940a
Homepage: http://ocsigen.org/tyxml
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu