How to Install and Uninstall python3-scripttest Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python3-scripttest" package

In this section, we are going to explain the necessary steps to install python3-scripttest on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-scripttest

2. Uninstall "python3-scripttest" package

This guide let you learn how to uninstall python3-scripttest on openSUSE Leap:

$ sudo zypper remove python3-scripttest

3. Information about the python3-scripttest package on openSUSE Leap

Information for package python3-scripttest:
-------------------------------------------
Repository : Main Repository
Name : python3-scripttest
Version : 1.3-3.3.4
Arch : noarch
Vendor : SUSE LLC
Installed Size : 59.0 KiB
Installed : No
Status : not installed
Source package : python-scripttest-1.3-3.3.4.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.