How to Install and Uninstall perl-Test-SubCalls.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

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

This is a short guide on how to install perl-Test-SubCalls.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

This guide let you learn how to uninstall perl-Test-SubCalls.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-Test-SubCalls.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:07:58 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Test-SubCalls
Version : 1.10
Release : 2.el9
Architecture : noarch
Size : 22 k
Source : perl-Test-SubCalls-1.10-2.el9.src.rpm
Repository : epel
Summary : Track the number of times subs are called
URL : https://metacpan.org/release/Test-SubCalls
License : GPL+ or Artistic
Description : There are a number of different situations (like testing caching code) where
: you want to want to do a number of tests, and then verify that some underlying
: subroutine deep within the code was called a specific number of times. This
: module provides a number of functions for doing testing in this way, in
: association with your normal Test::More (or similar) test scripts.