How to Install and Uninstall perl-TAP-Formatter-GitHubActions Package on openSuSE Tumbleweed

Last updated: September 28,2024

1. Install "perl-TAP-Formatter-GitHubActions" package

Here is a brief guide to show you how to install perl-TAP-Formatter-GitHubActions on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-TAP-Formatter-GitHubActions

2. Uninstall "perl-TAP-Formatter-GitHubActions" package

In this section, we are going to explain the necessary steps to uninstall perl-TAP-Formatter-GitHubActions on openSuSE Tumbleweed:

$ sudo zypper remove perl-TAP-Formatter-GitHubActions

3. Information about the perl-TAP-Formatter-GitHubActions package on openSuSE Tumbleweed

Information for package perl-TAP-Formatter-GitHubActions:
---------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-TAP-Formatter-GitHubActions
Version : 0.3.4-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 27.7 KiB
Installed : No
Status : not installed
Source package : perl-TAP-Formatter-GitHubActions-0.3.4-1.2.src
Upstream URL : https://metacpan.org/release/TAP-Formatter-GitHubActions
Summary : TAP Formatter for GitHub Actions
Description :
'TAP::Formatter::GitHubActions' provides GitHub-Actions-compatible output
for _prove_.
It parses TAP output and tries it's best to guess where errors are located.
For more accurate results, use in cojunction with
Test2::Formatter::YAMLEnhancedTAP.
Test2::Formatter::YAMLEnhancedTAP enriches the TAP output generated by
Test2 and friends (Test::More, Test::Most) with an additional context in
YAML format (compliant with TAP version 13) that includes the precise
location of the failure.