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

Last updated: May 18,2024

1. Install "libexpect-ocaml-dev" package

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

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

2. Uninstall "libexpect-ocaml-dev" package

This is a short guide on how to uninstall libexpect-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libexpect-ocaml-dev
Priority: optional
Section: universe/ocaml
Installed-Size: 132
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: ocaml-expect
Version: 0.0.5-1build2
Provides: libexpect-ocaml-dev-izju6
Depends: libbatteries-ocaml-dev-efo83, libexpect-ocaml-izju6, libpcre-ocaml-dev-ljf26, ocaml-nox-4.02.3
Recommends: ocaml-findlib
Filename: pool/universe/o/ocaml-expect/libexpect-ocaml-dev_0.0.5-1build2_amd64.deb
Size: 20310
MD5sum: 2bfb85507877b0d7c5576715cfcfd6b3
SHA1: 655998e39157d6a8a969221d1b17afa63378c6f0
SHA256: 52ca4960bc475364a05b01328a8c4b42605c6995ae6756bb0055e7bb5da23f98
Description-en: Expect-like framework for OCaml - development files
This is a simple implementation of `expect` to help building unitary testing
of interactive program.
.
It helps to receive question and send answers from an interactive process.
You can match the question using a regular expression (Str). You can also
use a timeout to ensure that the process answer in time.
.
See the [Expect manual](http://expect.nist.gov/) for more information and
example.
Description-md5: 873ea5b244f2de9f344e69923eee950b
Homepage: http://forge.ocamlcore.org/projects/ocaml-expect/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu