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

Last updated: October 05,2024

1. Install "python39-scripttest" package

In this section, we are going to explain the necessary steps to install python39-scripttest on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-scripttest

2. Uninstall "python39-scripttest" package

Here is a brief guide to show you how to uninstall python39-scripttest on openSuSE Tumbleweed:

$ sudo zypper remove python39-scripttest

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

Information for package python39-scripttest:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-scripttest
Version : 1.3-8.7
Arch : noarch
Vendor : openSUSE
Installed Size : 59.1 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.