How to Install and Uninstall perl-filetest.noarch Package on Rocky Linux 9

Last updated: May 05,2024

1. Install "perl-filetest.noarch" package

Please follow the instructions below to install perl-filetest.noarch on Rocky Linux 9

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

2. Uninstall "perl-filetest.noarch" package

This tutorial shows how to uninstall perl-filetest.noarch on Rocky Linux 9:

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

3. Information about the perl-filetest.noarch package on Rocky Linux 9

Last metadata expiration check: 1:56:43 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-filetest
Version : 1.03
Release : 480.el9
Architecture : noarch
Size : 15 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : appstream
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.