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

Last updated: July 05,2024

1. Install "python310-pexpect" package

This tutorial shows how to install python310-pexpect on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-pexpect

2. Uninstall "python310-pexpect" package

Please follow the guidelines below to uninstall python310-pexpect on openSuSE Tumbleweed:

$ sudo zypper remove python310-pexpect

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

Information for package python310-pexpect:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-pexpect
Version : 4.9.0-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 557.1 KiB
Installed : No
Status : not installed
Source package : python-pexpect-4.9.0-2.4.src
Upstream URL : https://github.com/pexpect/pexpect
Summary : Pure Python Expect-like module
Description :
Pexpect is a pure Python module for spawning child applications;
controlling them; and responding to expected patterns in their output.