How to Install and Uninstall python311-ptyprocess Package on openSUSE Leap
Last updated: November 08,2024
1. Install "python311-ptyprocess" package
Please follow the guidance below to install python311-ptyprocess on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-ptyprocess
Copied
2. Uninstall "python311-ptyprocess" package
Here is a brief guide to show you how to uninstall python311-ptyprocess on openSUSE Leap:
$
sudo zypper remove
python311-ptyprocess
Copied
3. Information about the python311-ptyprocess package on openSUSE Leap
Information for package python311-ptyprocess:
---------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-ptyprocess
Version : 0.7.0-150400.11.3.9
Arch : noarch
Vendor : SUSE LLC
Installed Size : 81.0 KiB
Installed : No
Status : not installed
Source package : python-ptyprocess-0.7.0-150400.11.3.9.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.
---------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-ptyprocess
Version : 0.7.0-150400.11.3.9
Arch : noarch
Vendor : SUSE LLC
Installed Size : 81.0 KiB
Installed : No
Status : not installed
Source package : python-ptyprocess-0.7.0-150400.11.3.9.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.