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

Last updated: October 11,2024

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

This guide let you learn how to install perl-File-Temp.noarch on Fedora 39

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

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

Learn how to uninstall perl-File-Temp.noarch on Fedora 39:

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

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

Last metadata expiration check: 5:58:36 ago on Thu Mar 7 11:44:58 2024.
Installed Packages
Name : perl-File-Temp
Epoch : 1
Version : 0.231.100
Release : 500.fc39
Architecture : noarch
Size : 162 k
Source : perl-File-Temp-0.231.100-500.fc39.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-1.0-or-later OR Artistic-1.0-Perl
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.