How to Install and Uninstall python3-pexpect Package on Kali Linux

Last updated: May 19,2024

1. Install "python3-pexpect" package

Please follow the instructions below to install python3-pexpect on Kali Linux

$ sudo apt update $ sudo apt install python3-pexpect

2. Uninstall "python3-pexpect" package

Learn how to uninstall python3-pexpect on Kali Linux:

$ sudo apt remove python3-pexpect $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pexpect package on Kali Linux

Package: python3-pexpect
Source: pexpect
Version: 4.9-2
Installed-Size: 220
Maintainer: Debian Python Team
Architecture: all
Depends: python3-ptyprocess, python3:any
Suggests: python-pexpect-doc
Size: 55456
SHA256: dd801b47bd59882a4670dd8101ddfc3be68f864223fde9f93cd0a546dc69c0e3
SHA1: 564c7ebae4c7f59cd875629019208a3297150e8e
MD5sum: b06922757607d0c53e9437c9c62087a3
Description: Python 3 module for automating interactive applications
Pexpect is a pure Python 3 module for spawning child applications;
controlling them; and responding to expected patterns in their
output. Pexpect works like Don Libes' Expect. Pexpect allows your
script to spawn a child application and control it as if a human were
typing commands.
Description-md5:
Homepage: https://github.com/pexpect/pexpect
Section: python
Priority: optional
Filename: pool/main/p/pexpect/python3-pexpect_4.9-2_all.deb