How to Install and Uninstall shelltestrunner Package on openSUSE Leap

Last updated: May 20,2024

1. Install "shelltestrunner" package

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

$ sudo zypper refresh $ sudo zypper install shelltestrunner

2. Uninstall "shelltestrunner" package

Please follow the guidance below to uninstall shelltestrunner on openSUSE Leap:

$ sudo zypper remove shelltestrunner

3. Information about the shelltestrunner package on openSUSE Leap

Information for package shelltestrunner:
----------------------------------------
Repository : Main Repository
Name : shelltestrunner
Version : 1.9-bp155.2.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 7.5 MiB
Installed : No
Status : not installed
Source package : shelltestrunner-1.9-bp155.2.14.src
Upstream URL : https://hackage.haskell.org/package/shelltestrunner
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.