How to Install and Uninstall perl-File-Temp.noarch Package on AlmaLinux 9

Last updated: July 07,2024

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

This is a short guide on how to install perl-File-Temp.noarch on AlmaLinux 9

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

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

Please follow the guidelines below to uninstall perl-File-Temp.noarch on AlmaLinux 9:

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

3. Information about the perl-File-Temp.noarch package on AlmaLinux 9

Last metadata expiration check: 2:01:17 ago on Wed Mar 13 07:41:12 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 : appstream
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.