How to Install and Uninstall python2-ptyprocess Package on openSUSE Leap
Last updated: November 23,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python2-ptyprocess" package
Here is a brief guide to show you how to install python2-ptyprocess on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python2-ptyprocess
Copied
2. Uninstall "python2-ptyprocess" package
In this section, we are going to explain the necessary steps to uninstall python2-ptyprocess on openSUSE Leap:
$
sudo zypper remove
python2-ptyprocess
Copied
3. Information about the python2-ptyprocess package on openSUSE Leap
Information for package python2-ptyprocess:
-------------------------------------------
Repository : Main Repository
Name : python2-ptyprocess
Version : 0.5.2-1.54
Arch : noarch
Vendor : SUSE LLC
Installed Size : 66,6 KiB
Installed : No
Status : not installed
Source package : python-ptyprocess-0.5.2-1.54.src
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.
-------------------------------------------
Repository : Main Repository
Name : python2-ptyprocess
Version : 0.5.2-1.54
Arch : noarch
Vendor : SUSE LLC
Installed Size : 66,6 KiB
Installed : No
Status : not installed
Source package : python-ptyprocess-0.5.2-1.54.src
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.