How to Install and Uninstall perl-File-Tempdir.noarch Package on Oracle Linux 9

Last updated: June 26,2024

1. Install "perl-File-Tempdir.noarch" package

Here is a brief guide to show you how to install perl-File-Tempdir.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-File-Tempdir.noarch

2. Uninstall "perl-File-Tempdir.noarch" package

This is a short guide on how to uninstall perl-File-Tempdir.noarch on Oracle Linux 9:

$ sudo dnf remove perl-File-Tempdir.noarch $ sudo dnf autoremove

3. Information about the perl-File-Tempdir.noarch package on Oracle Linux 9

Last metadata expiration check: 2:40:14 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-File-Tempdir
Version : 0.02
Release : 19.el9
Architecture : noarch
Size : 11 k
Source : perl-File-Tempdir-0.02-19.el9.src.rpm
Repository : epel
Summary : Object interface for File::Temp module
URL : https://metacpan.org/release/File-Tempdir
License : GPL+ or Artistic
Description : This module provide an object interface to tempdir() from File::Temp. This
: allow to destroy the temporary directory as soon you don't need it anymore
: using the magic DESTROY() function automatically call be perl when the
: object is no longer reference.