How to Install and Uninstall python3-ptyprocess Package on openSUSE Leap

Last updated: May 10,2024

1. Install "python3-ptyprocess" package

Learn how to install python3-ptyprocess on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-ptyprocess

2. Uninstall "python3-ptyprocess" package

Please follow the step by step instructions below to uninstall python3-ptyprocess on openSUSE Leap:

$ sudo zypper remove python3-ptyprocess

3. Information about the python3-ptyprocess package on openSUSE Leap

Information for package python3-ptyprocess:
-------------------------------------------
Repository : Main Repository
Name : python3-ptyprocess
Version : 0.5.2-1.54
Arch : noarch
Vendor : SUSE LLC
Installed Size : 88.5 KiB
Installed : No
Status : not installed
Source package : python-ptyprocess-0.5.2-1.54.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.