How to Install and Uninstall expect Package on Kali Linux

Last updated: April 30,2024

1. Install "expect" package

Please follow the guidance below to install expect on Kali Linux

$ sudo apt update $ sudo apt install expect

2. Uninstall "expect" package

This is a short guide on how to uninstall expect on Kali Linux:

$ sudo apt remove expect $ sudo apt autoclean && sudo apt autoremove

3. Information about the expect package on Kali Linux

Package: expect
Source: expect (5.45.4-2)
Version: 5.45.4-2+b1
Installed-Size: 317
Maintainer: Sergei Golovan
Architecture: amd64
Replaces: expect-dev
Provides: expect-dev
Depends: tcl8.6, libc6 (>= 2.4), libtcl8.6 (>= 8.6.0), tcl-expect
Suggests: tk8.6
Conflicts: expect-dev
Size: 165996
SHA256: 004a2a7ac36c1e504571cb96569718d81d33049f0214338a07e8eda7b4e14a1a
SHA1: a3e0b6cbb25c18877be9141f3651ddc3029a4dd3
MD5sum: 52a0d8ad1f8c18df2dd31fe6e39bfd63
Description: Automates interactive applications
Expect is a tool for automating interactive applications according to a script.
Following the script, Expect knows what can be expected from a program and what
the correct response should be. Expect is also useful for testing these same
applications. And by adding Tk, you can also wrap interactive applications in
X11 GUIs. An interpreted language provides branching and high-level control
structures to direct the dialogue. In addition, the user can take control and
interact directly when desired, afterward returning control to the script.
.
This package contains the expect binary and several Expect based scripts.
Description-md5:
Multi-Arch: foreign
Homepage: https://core.tcl.tk/expect/
Tag: devel::interpreter, interface::commandline, interface::shell,
role::program, scope::utility, works-with::software:running
Section: interpreters
Priority: optional
Filename: pool/main/e/expect/expect_5.45.4-2+b1_amd64.deb