How to Install and Uninstall perl-File-Temp.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 10,2024

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

Please follow the guidelines below to install perl-File-Temp.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

This guide covers the steps necessary to uninstall perl-File-Temp.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-File-Temp.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:23:53 ago on Mon Feb 26 07:04:30 2024.
Installed Packages
Name : perl-File-Temp
Epoch : 1
Version : 0.231.100
Release : 4.el9
Architecture : noarch
Size : 163 k
Source : perl-File-Temp-0.231.100-4.el9.src.rpm
Repository : @System
From repo : ubi-9-appstream-rpms
Summary : Return name and handle of a temporary file safely
URL : https://metacpan.org/release/File-Temp
License : GPL+ or Artistic
Description : File::Temp can be used to create and open temporary files in a safe way.
: There is both a function interface and an object-oriented interface. The
: File::Temp constructor or the tempfile() function can be used to return the
: name and the open file handle of a temporary file. The tempdir() function
: can be used to create a temporary directory.