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

Last updated: May 18,2024

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

Please follow the instructions below to install perl-File-Temp.noarch on AlmaLinux 8

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

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

This is a short guide on how to uninstall perl-File-Temp.noarch on AlmaLinux 8:

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

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

Last metadata expiration check: 2:00:25 ago on Mon Sep 5 03:22:42 2022.
Installed Packages
Name : perl-File-Temp
Version : 0.230.600
Release : 1.el8
Architecture : noarch
Size : 161 k
Source : perl-File-Temp-0.230.600-1.el8.src.rpm
Repository : @System
From repo : baseos
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.