How to Install and Uninstall perl-File-Temp.noarch Package on Fedora 34

Last updated: October 04,2024

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

Please follow the steps below to install perl-File-Temp.noarch on Fedora 34

$ 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 Fedora 34:

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

3. Information about the perl-File-Temp.noarch package on Fedora 34

Last metadata expiration check: 2:39:33 ago on Tue Sep 6 02:10:55 2022.
Installed Packages
Name : perl-File-Temp
Epoch : 1
Version : 0.231.100
Release : 2.fc34
Architecture : noarch
Size : 163 k
Source : perl-File-Temp-0.231.100-2.fc34.src.rpm
Repository : @System
From repo : fedora
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.