How to Install and Uninstall libexpect-ocaml Package on Kali Linux

Last updated: May 19,2024

1. Install "libexpect-ocaml" package

Please follow the guidelines below to install libexpect-ocaml on Kali Linux

$ sudo apt update $ sudo apt install libexpect-ocaml

2. Uninstall "libexpect-ocaml" package

Please follow the instructions below to uninstall libexpect-ocaml on Kali Linux:

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

3. Information about the libexpect-ocaml package on Kali Linux

Package: libexpect-ocaml
Source: ocaml-expect (0.0.6-3)
Version: 0.0.6-3+b5
Installed-Size: 140
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Provides: libexpect-ocaml-gx372
Depends: libstdlib-ocaml-ep7y0, ocaml-base-4.14.1
Size: 34232
SHA256: 28e74febdd050246f025ee5482936d70d20d59ba2519c2732838198503e49f00
SHA1: 6dffd9c4b9044e9195900c7a42b3656c25702506
MD5sum: 721f5031ae465bfe98a635daa3f28ddf
Description: 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:
Homepage: https://github.com/gildor478/ocaml-expect
Tag: role::shared-lib
Section: ocaml
Priority: optional
Filename: pool/main/o/ocaml-expect/libexpect-ocaml_0.0.6-3+b5_amd64.deb