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

Last updated: May 18,2024

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

Please follow the step by step instructions below to install perl-Directory-Scratch.noarch on CentOS Stream 8

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

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

Please follow the guidance below to uninstall perl-Directory-Scratch.noarch on CentOS Stream 8:

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

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

Last metadata expiration check: 3:42:41 ago on Sun Feb 25 03:03:59 2024.
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.