How to Install and Uninstall python311-scripttest Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "python311-scripttest" package

This guide covers the steps necessary to install python311-scripttest on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-scripttest

2. Uninstall "python311-scripttest" package

Learn how to uninstall python311-scripttest on openSuSE Tumbleweed:

$ sudo zypper remove python311-scripttest

3. Information about the python311-scripttest package on openSuSE Tumbleweed

Information for package python311-scripttest:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-scripttest
Version : 1.3-8.7
Arch : noarch
Vendor : openSUSE
Installed Size : 86.0 KiB
Installed : No
Status : not installed
Source package : python-scripttest-1.3-8.7.src
Upstream URL : https://github.com/pypa/scripttest
Summary : Helper to test command-line scripts
Description :
scripttest is a library to help you test your interactive command-line
applications.
With it you can easily run the command (in a subprocess) and see the
output (stdout, stderr) and any file modifications.