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

Last updated: May 17,2024

1. Install "ocaml-ulex" package

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

$ sudo apt update $ sudo apt install ocaml-ulex

2. Uninstall "ocaml-ulex" package

In this section, we are going to explain the necessary steps to uninstall ocaml-ulex on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ocaml-ulex
Priority: optional
Section: universe/devel
Installed-Size: 131
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: ulex
Version: 1.1-2build6
Provides: ocaml-ulex-68rw6
Depends: ocaml-findlib, libcamlp4-ocaml-dev-p9wj7, ocaml-nox-4.02.3
Filename: pool/universe/u/ulex/ocaml-ulex_1.1-2build6_amd64.deb
Size: 26742
MD5sum: dfb11e9acab3a151c8af9f1bd11e15fa
SHA1: 4059323a9e3c13d59cadb6f52575b4daa7625413
SHA256: ed662f58258642df2bc29fed48ca72d9c662a90e223453e3259cdf3f642c2db3
Description-en: OCaml lexer generator with Unicode support
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.
Description-md5: 49cea98ad079b73768255f140e6e56fd
Homepage: http://www.cduce.org/download.html#side
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu