How to Install and Uninstall perl-Directory-Scratch.noarch Package on Oracle Linux 8

Last updated: May 20,2024

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

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

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Directory-Scratch.noarch on Oracle Linux 8:

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

3. Information about the perl-Directory-Scratch.noarch package on Oracle Linux 8

Last metadata expiration check: 7:01:42 ago on Mon Sep 12 02:51:38 2022.
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.