How to Install and Uninstall perl-Test-MockObject.noarch Package on Fedora 38

Last updated: September 23,2024

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

In this section, we are going to explain the necessary steps to install perl-Test-MockObject.noarch on Fedora 38

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

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

Please follow the step by step instructions below to uninstall perl-Test-MockObject.noarch on Fedora 38:

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

3. Information about the perl-Test-MockObject.noarch package on Fedora 38

Last metadata expiration check: 2:36:54 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Test-MockObject
Version : 1.20200122
Release : 11.fc38
Architecture : noarch
Size : 38 k
Source : perl-Test-MockObject-1.20200122-11.fc38.src.rpm
Repository : fedora
Summary : Perl extension for emulating troublesome interfaces
URL : https://metacpan.org/release/Test-MockObject
License : GPL+ or Artistic
Description : Test::MockObject is a highly polymorphic testing object, capable of
: looking like all sorts of objects. This makes white-box testing much
: easier, as you can concentrate on what the code being tested sends to
: and receives from the mocked object, instead of worrying about faking
: up your own data. (Another option is not to test difficult things.
: Now you have no excuse.)