How to Install and Uninstall perl-Directory-Scratch.noarch Package on CentOS 8 / RHEL 8

Last updated: May 14,2024

1. Install "perl-Directory-Scratch.noarch" package

Please follow the guidance below to install perl-Directory-Scratch.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install perl-Directory-Scratch.noarch

2. Uninstall "perl-Directory-Scratch.noarch" package

Please follow the guidelines below to uninstall perl-Directory-Scratch.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove perl-Directory-Scratch.noarch $ sudo dnf autoremove

3. Information about the perl-Directory-Scratch.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:36:31 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : perl-Directory-Scratch
Version : 0.18
Release : 17.el8
Architecture : noarch
Size : 35 k
Source : perl-Directory-Scratch-0.18-17.el8.src.rpm
Repository : epel
Summary : Self-cleaning scratch space for tests
URL : https://metacpan.org/release/Directory-Scratch
License : GPL+ or Artistic
Description : When writing test suites for modules that operate on files, it's often
: inconvenient to correctly create a platform-independent temporary storage
: space, manipulate files inside it, then clean it up when the test exits.
: The inconvenience usually results in tests that don’t work everywhere, or
: worse, no tests at all.
:
: This module aims to eliminate that problem by making it easy to do things
: right.