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

Last updated: November 28,2024

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

This guide let you learn how to install perl-Test-Spec.noarch on Fedora 39

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

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

This tutorial shows how to uninstall perl-Test-Spec.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:51:58 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Test-Spec
Version : 0.54
Release : 18.fc39
Architecture : noarch
Size : 47 k
Source : perl-Test-Spec-0.54-18.fc39.src.rpm
Repository : fedora
Summary : Write tests in a declarative specification style
URL : https://metacpan.org/release/Test-Spec
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : This is a declarative specification-style testing system for behavior-driven
: development (BDD) in Perl. The tests (a.k.a. examples) are named with strings
: instead of subroutine names, so your fingers will suffer less fatigue from
: underscore-itis, with the side benefit that the test reports are more legible.