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

Last updated: October 02,2024

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

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

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

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

Please follow the step by step instructions below to uninstall perl-Test-Some.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:02:25 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Test-Some
Version : 0.2.1
Release : 4.fc35
Architecture : noarch
Size : 20 k
Source : perl-Test-Some-0.2.1-4.fc35.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.