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

Last updated: July 04,2024

1. Install "perl-filetest.noarch" package

This guide covers the steps necessary to install perl-filetest.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-filetest.noarch

2. Uninstall "perl-filetest.noarch" package

Learn how to uninstall perl-filetest.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-filetest.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:29:12 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-filetest
Version : 1.03
Release : 480.el9
Architecture : noarch
Size : 16 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : Perl pragma to control the filetest permission operators
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : The default behavior of file test operators (e.g. "-r") is to use the simple
: mode bits as returned by the stat() family of system calls. However, many
: operating systems have additional features to define more complex access
: rights, for example ACLs (Access Control Lists). For such environments, "use
: filetest" may help the permission operators to return results more consistent
: with other tools.