How to Install and Uninstall shelltestrunner Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "shelltestrunner" package

Learn how to install shelltestrunner on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install shelltestrunner

2. Uninstall "shelltestrunner" package

Please follow the guidelines below to uninstall shelltestrunner on openSuSE Tumbleweed:

$ sudo zypper remove shelltestrunner

3. Information about the shelltestrunner package on openSuSE Tumbleweed

Information for package shelltestrunner:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : shelltestrunner
Version : 1.9-2.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 7,5 MiB
Installed : No
Status : not installed
Source package : shelltestrunner-1.9-2.12.src
Summary : Easy, repeatable testing of CLI programs/commands
Description :
Shelltestrunner (executable: shelltest) is a portable command-line tool for
testing command-line programs, or general shell commands, released under
GPLv3+. It reads simple test specifications defining a command to run, some
input, and the expected output, stderr, and exit status. It can run tests in
parallel, selectively, with a timeout, in color, etc.