How to Install and Uninstall python-ptyprocess Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "python-ptyprocess" package

Please follow the guidelines below to install python-ptyprocess on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-ptyprocess

2. Uninstall "python-ptyprocess" package

Please follow the step by step instructions below to uninstall python-ptyprocess on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-ptyprocess package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-ptyprocess
Priority: optional
Section: universe/python
Installed-Size: 78
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: ptyprocess
Version: 0.5-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/ptyprocess/python-ptyprocess_0.5-1_all.deb
Size: 12938
MD5sum: e8b71479f273d47fe9e0dc8b3a135cb4
SHA1: 24f05edc08eab9674dc5a767f2fb94b0e506c69b
SHA256: 39309de2613b2fecc4614c360152b6b488cda897970593221e26bd1695abc4b9
Description-en: Run a subprocess in a pseudo terminal from Python 2
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 2.
Description-md5: 099c01a22c95d56ebe1d372d5909421f
Homepage: https://github.com/pexpect/ptyprocess
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu