How to Install and Uninstall perl-Mock-Sub.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 11,2024

1. Install "perl-Mock-Sub.noarch" package

Here is a brief guide to show you how to install perl-Mock-Sub.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install perl-Mock-Sub.noarch

2. Uninstall "perl-Mock-Sub.noarch" package

This is a short guide on how to uninstall perl-Mock-Sub.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove perl-Mock-Sub.noarch $ sudo dnf autoremove

3. Information about the perl-Mock-Sub.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:43:26 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-Mock-Sub
Version : 1.09
Release : 8.el8
Architecture : noarch
Size : 25 k
Source : perl-Mock-Sub-1.09-8.el8.src.rpm
Repository : epel
Summary : Mock package, object and standard subroutines, with unit testing in mind
URL : https://metacpan.org/release/Mock-Sub
License : GPL+ or Artistic
Description : Easy to use and very lightweight module for mocking out sub calls. Very
: useful for testing areas of your own modules where getting coverage may
: be difficult due to nothing to test against, and/or to reduce test run
: time by eliminating the need to call subs that you really don't want or
: need to test.