How to Install and Uninstall perl-File-Temp.noarch Package on CentOS 7 / RHEL 7

Last updated: April 26,2024

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

This guide covers the steps necessary to install perl-File-Temp.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install perl-File-Temp.noarch

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

In this section, we are going to explain the necessary steps to uninstall perl-File-Temp.noarch on CentOS 7 / RHEL 7:

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

3. Information about the perl-File-Temp.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-File-Temp
Arch : noarch
Version : 0.23.01
Release : 3.el7
Size : 155 k
Repo : installed
From repo : anaconda
Summary : Return name and handle of a temporary file safely
URL : http://search.cpan.org/dist/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.