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

Last updated: May 10,2024

1. Install "python3-ptyprocess" package

This guide covers the steps necessary to install python3-ptyprocess on Kali Linux

$ sudo apt update $ sudo apt install python3-ptyprocess

2. Uninstall "python3-ptyprocess" package

In this section, we are going to explain the necessary steps to uninstall python3-ptyprocess on Kali Linux:

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

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

Package: python3-ptyprocess
Source: ptyprocess
Version: 0.7.0-5
Installed-Size: 58
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 14700
SHA256: 90ff21f0b4df04e47f0661e14b63c131b0e1332f0f9717fc0901c1e4ed8f046f
SHA1: 1589915dc224064c06e67e9bf5586ff6acb5e6b4
MD5sum: 946d1c5729ef3aee3cf26458a8d1b2ee
Description: Run a subprocess in a pseudo terminal from Python 3
Launch a subprocess in a pseudo terminal (pty), and interact with both
the process and its pty.
.
Sometimes, piping stdin and stdout is not enough. There might be a password
prompt that doesn't read from stdin, output that changes when it's going to
a pipe rather than a terminal, or curses-style interfaces that rely on a
terminal. If you need to automate these things, running the process in a
pseudo terminal (pty) is the answer.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/pexpect/ptyprocess
Section: python
Priority: optional
Filename: pool/main/p/ptyprocess/python3-ptyprocess_0.7.0-5_all.deb