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

Last updated: October 04,2024

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

This tutorial shows how to install perl-Test-Some.noarch on Fedora 34

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

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

This is a short guide on how to uninstall perl-Test-Some.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:20:21 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Test-Some
Version : 0.2.1
Release : 2.fc34
Architecture : noarch
Size : 20 k
Source : perl-Test-Some-0.2.1-2.fc34.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.