How to Install and Uninstall perl-File-Temp.noarch Package on Rocky Linux 9
Last updated: November 13,2024
1. Install "perl-File-Temp.noarch" package
In this section, we are going to explain the necessary steps to install perl-File-Temp.noarch on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
perl-File-Temp.noarch
Copied
2. Uninstall "perl-File-Temp.noarch" package
Please follow the guidance below to uninstall perl-File-Temp.noarch on Rocky Linux 9:
$
sudo dnf remove
perl-File-Temp.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-File-Temp.noarch package on Rocky Linux 9
Last metadata expiration check: 1:57:24 ago on Fri Feb 16 06:49:52 2024.
Installed Packages
Name : perl-File-Temp
Epoch : 1
Version : 0.231.100
Release : 4.el9
Architecture : noarch
Size : 163 k
Source : perl-File-Temp-0.231.100-4.el9.src.rpm
Repository : @System
From repo : 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.
Installed Packages
Name : perl-File-Temp
Epoch : 1
Version : 0.231.100
Release : 4.el9
Architecture : noarch
Size : 163 k
Source : perl-File-Temp-0.231.100-4.el9.src.rpm
Repository : @System
From repo : 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.