How to Install and Uninstall perl-Test-SubCalls.noarch Package on Amazon Linux 2

Last updated: April 25,2024

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

Please follow the instructions below to install perl-Test-SubCalls.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Test-SubCalls.noarch

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

This guide covers the steps necessary to uninstall perl-Test-SubCalls.noarch on Amazon Linux 2:

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

3. Information about the perl-Test-SubCalls.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Test-SubCalls
Arch : noarch
Version : 1.09
Release : 14.amzn2
Size : 20 k
Repo : amzn2-core/2/x86_64
Summary : Track the number of times subs are called
URL : http://search.cpan.org/dist/Test-SubCalls/
License : GPL+ or Artistic
Description : There is a number of different situations (like testing caching
: code) where you 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.