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

Last updated: September 21,2024

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

Learn how to install perl-Directory-Scratch.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

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

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

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

Last metadata expiration check: 0:02:41 ago on Mon Feb 26 15:59:38 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.