How to Install and Uninstall perl-File-Tempdir.noarch Package on CentOS Stream 9

Last updated: June 03,2024

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

Please follow the step by step instructions below to install perl-File-Tempdir.noarch on CentOS Stream 9

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

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

Please follow the instructions below to uninstall perl-File-Tempdir.noarch on CentOS Stream 9:

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

3. Information about the perl-File-Tempdir.noarch package on CentOS Stream 9

Last metadata expiration check: 1:09:16 ago on Sat Mar 16 16:03:45 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.