How to Install and Uninstall perl-File-Temp.noarch Package on Amazon Linux 2
Last updated: January 08,2025
1. Install "perl-File-Temp.noarch" package
This tutorial shows how to install perl-File-Temp.noarch on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
perl-File-Temp.noarch
Copied
2. Uninstall "perl-File-Temp.noarch" package
Here is a brief guide to show you how to uninstall perl-File-Temp.noarch on Amazon Linux 2:
$
sudo yum remove
perl-File-Temp.noarch
Copied
$
sudo yum autoremove
Copied
3. Information about the perl-File-Temp.noarch package on Amazon Linux 2
Loaded plugins: ovl, priorities
Installed Packages
Name : perl-File-Temp
Arch : noarch
Version : 0.23.01
Release : 3.amzn2
Size : 155 k
Repo : installed
From repo : amzn2-core
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.
Installed Packages
Name : perl-File-Temp
Arch : noarch
Version : 0.23.01
Release : 3.amzn2
Size : 155 k
Repo : installed
From repo : amzn2-core
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.