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

Last updated: May 19,2024

1. Install "libexpect-ocaml" package

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

$ sudo apt update $ sudo apt install libexpect-ocaml

2. Uninstall "libexpect-ocaml" package

This guide let you learn how to uninstall libexpect-ocaml on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libexpect-ocaml
Priority: optional
Section: universe/ocaml
Installed-Size: 112
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: ocaml-expect
Version: 0.0.5-1build2
Provides: libexpect-ocaml-izju6
Depends: libpcre-ocaml-ljf26, ocaml-base-nox-4.02.3, libc6 (>= 2.2.5)
Filename: pool/universe/o/ocaml-expect/libexpect-ocaml_0.0.5-1build2_amd64.deb
Size: 29752
MD5sum: c02d0d934b5397c801a4bad9d25f5fad
SHA1: 47a66fada33236fad33d5842d0fdee4648e79d5a
SHA256: e267aae9efe9587fb03142c2416466ec69660f3f144c238bf6db8f12a9c4b1ba
Description-en: Expect-like framework for OCaml
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.
.
This package contains the shared runtime libraries.
Description-md5: 409e123a33bec23a99ebcc2be3824794
Homepage: http://forge.ocamlcore.org/projects/ocaml-expect/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu