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

Last updated: June 30,2024

1. Install "python312-pexpect" package

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

$ sudo zypper refresh $ sudo zypper install python312-pexpect

2. Uninstall "python312-pexpect" package

Please follow the guidance below to uninstall python312-pexpect on openSuSE Tumbleweed:

$ sudo zypper remove python312-pexpect

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

Information for package python312-pexpect:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pexpect
Version : 4.9.0-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 629.4 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.