How to Install and Uninstall perl-File-stat.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 25,2024

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

Learn how to install perl-File-stat.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

This guide covers the steps necessary to uninstall perl-File-stat.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-File-stat.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:21:12 ago on Mon Feb 26 07:04:30 2024.
Installed Packages
Name : perl-File-stat
Version : 1.09
Release : 480.el9
Architecture : noarch
Size : 14 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : @System
From repo : ubi-9-appstream-rpms
Summary : By-name interface to Perl built-in stat functions
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : This module overrides the core stat() and lstat() functions, replacing them
: with versions that return File::stat objects. This object has methods that
: return the similarly named structure field name from the stat(2) function.