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

Last updated: May 02,2024

1. Install "ocaml-ulex08" package

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

$ sudo apt update $ sudo apt install ocaml-ulex08

2. Uninstall "ocaml-ulex08" package

This guide covers the steps necessary to uninstall ocaml-ulex08 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ocaml-ulex08
Priority: optional
Section: universe/devel
Installed-Size: 164
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: ulex0.8
Version: 0.8-10build4
Provides: ocaml-ulex08-r9gx4
Depends: ocaml-findlib, camlp5-tli55, ocaml-nox-4.02.3
Filename: pool/universe/u/ulex0.8/ocaml-ulex08_0.8-10build4_amd64.deb
Size: 33376
MD5sum: 4c53575b060c48d78b3dcdacffbcaf36
SHA1: d91c1ab1566039af4b7569720549d54c7c20e5ee
SHA256: 2a8c5ffb6a5afeb45cf756be06596031e4adac023f26697e2ae1a15b6e77754f
Description-en: OCaml lexer generator with Unicode support - CamlP5 version
ulex is a lexer generator for the Objective Caml (OCaml) programming
language.
.
It is implemented as a Camlp4 syntax extension: lexer specifications
are embedded in regular OCaml code.
.
Generated lexers work with a new kind of "lexbuf" that supports
Unicode; a single lexer can work with arbitrary encodings of the input
stream.
.
This package ships the latest release of ulex compatible with Camlp4
pre OCaml 3.10 (now called CamlP5). Applications which need both ulex
and the legacy version of Camlp4 might need to use this package instead
of ocaml-ulex (the latter shipping the latest available ulex release which
requires Camlp4 >= 3.10)).
Description-md5: aac03807567cab29d0af567cdd799ffe
Homepage: http://www.cduce.org/download.html#side
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu