How to Install and Uninstall perl-Test-Some.noarch Package on Fedora 39

Last updated: October 07,2024

1. Install "perl-Test-Some.noarch" package

Please follow the step by step instructions below to install perl-Test-Some.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-Test-Some.noarch

2. Uninstall "perl-Test-Some.noarch" package

Please follow the steps below to uninstall perl-Test-Some.noarch on Fedora 39:

$ sudo dnf remove perl-Test-Some.noarch $ sudo dnf autoremove

3. Information about the perl-Test-Some.noarch package on Fedora 39

Last metadata expiration check: 1:07:40 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Test-Some
Version : 0.2.1
Release : 9.fc39
Architecture : noarch
Size : 20 k
Source : perl-Test-Some-0.2.1-9.fc39.src.rpm
Repository : fedora
Summary : Run a subset of tests
URL : https://metacpan.org/release/Test-Some
License : GPL+ or Artistic
Description : This module allows one to run a subset of the 'subtest' tests given in a test
: file.
:
: The module declaration takes a whitelist of the subtests we want to run.
: Any subtest that doesn't match any of the whitelist items will be skipped
: (or potentially bypassed).
:
: The test files don't even need to be modified, as the module can also be
: invoked from the command-line.