How to Install and Uninstall tcl-expect Package on Kali Linux

Last updated: May 12,2024

1. Install "tcl-expect" package

Please follow the guidance below to install tcl-expect on Kali Linux

$ sudo apt update $ sudo apt install tcl-expect

2. Uninstall "tcl-expect" package

This guide let you learn how to uninstall tcl-expect on Kali Linux:

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

3. Information about the tcl-expect package on Kali Linux

Package: tcl-expect
Source: expect (5.45.4-2)
Version: 5.45.4-2+b1
Installed-Size: 271
Maintainer: Sergei Golovan
Architecture: amd64
Depends: libtcl8.6, libc6 (>= 2.14)
Suggests: expect
Conflicts: expectk (<< 5.45)
Size: 133128
SHA256: fdc38de8e37c5376cbe82b38203f3f9540e126e8f30176955a1833d629e58b85
SHA1: c65867d975321c980a85b55e014acc28704eb0c4
MD5sum: 88db84877ab2d4711b173e16f88cb6c5
Description: Automates interactive applications (Tcl package)
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 library and Tcl package Expect.
Description-md5:
Multi-Arch: same
Homepage: https://core.tcl.tk/expect/
Section: interpreters
Priority: optional
Filename: pool/main/e/expect/tcl-expect_5.45.4-2+b1_amd64.deb