How to Install and Uninstall python38-ptyprocess Package on openSuSE Tumbleweed
Last updated: November 23,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python38-ptyprocess" package
Please follow the steps below to install python38-ptyprocess on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python38-ptyprocess
Copied
2. Uninstall "python38-ptyprocess" package
This tutorial shows how to uninstall python38-ptyprocess on openSuSE Tumbleweed:
$
sudo zypper remove
python38-ptyprocess
Copied
3. Information about the python38-ptyprocess package on openSuSE Tumbleweed
Information for package python38-ptyprocess:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-ptyprocess
Version : 0.7.0-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 89,1 KiB
Installed : No
Status : not installed
Source package : python-ptyprocess-0.7.0-1.6.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 : openSUSE-Tumbleweed-Oss
Name : python38-ptyprocess
Version : 0.7.0-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 89,1 KiB
Installed : No
Status : not installed
Source package : python-ptyprocess-0.7.0-1.6.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.