How to Install and Uninstall perl-File-Temp.src Package on Oracle Linux 9

Last updated: September 20,2024

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

Please follow the guidelines below to install perl-File-Temp.src on Oracle Linux 9

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

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

This guide covers the steps necessary to uninstall perl-File-Temp.src on Oracle Linux 9:

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

3. Information about the perl-File-Temp.src package on Oracle Linux 9

Last metadata expiration check: 0:15:57 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-File-Temp
Epoch : 1
Version : 0.231.100
Release : 4.el9
Architecture : src
Size : 87 k
Source : None
Repository : ol9_appstream
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.