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

Last updated: October 06,2024

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

This guide let you learn how to install perl-File-Tempdir.noarch on Rocky Linux 9

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

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

Please follow the guidelines below to uninstall perl-File-Tempdir.noarch on Rocky Linux 9:

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

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

Last metadata expiration check: 0:45:37 ago on Fri Feb 16 06:49:52 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.