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

Last updated: October 04,2024

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

Here is a brief guide to show you how to install perl-Test-Spec.noarch on Fedora 34

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Test-Spec.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:45:38 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Test-Spec
Version : 0.54
Release : 11.fc34
Architecture : noarch
Size : 48 k
Source : perl-Test-Spec-0.54-11.fc34.src.rpm
Repository : fedora
Summary : Write tests in a declarative specification style
URL : https://metacpan.org/release/Test-Spec
License : GPL+ or Artistic
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.