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

Last updated: July 01,2024

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

This guide covers the steps necessary to install perl-Test-Block.noarch on Fedora 34

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

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

This tutorial shows how to uninstall perl-Test-Block.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:58:33 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Test-Block
Version : 0.13
Release : 26.fc34
Architecture : noarch
Size : 18 k
Source : perl-Test-Block-0.13-26.fc34.src.rpm
Repository : fedora
Summary : Specify fine granularity test plans
URL : https://metacpan.org/release/Test-Block
License : GPL+ or Artistic
Description : This module allows you to specify the number of expected tests at a finer
: level of granularity than an entire test script. It is built with
: Test::Builder and plays happily with Test::More and friends.