How to Install and Uninstall python310-ptyprocess Package on openSuSE Tumbleweed

Last updated: July 04,2024

1. Install "python310-ptyprocess" package

Please follow the guidance below to install python310-ptyprocess on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-ptyprocess

2. Uninstall "python310-ptyprocess" package

This is a short guide on how to uninstall python310-ptyprocess on openSuSE Tumbleweed:

$ sudo zypper remove python310-ptyprocess

3. Information about the python310-ptyprocess package on openSuSE Tumbleweed

Information for package python310-ptyprocess:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-ptyprocess
Version : 0.7.0-2.7
Arch : noarch
Vendor : openSUSE
Installed Size : 64.7 KiB
Installed : No
Status : not installed
Source package : python-ptyprocess-0.7.0-2.7.src
Upstream URL : https://github.com/pexpect/ptyprocess
Summary : Run a subprocess in a pseudo terminal
Description :
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.