How to Install and Uninstall perl-filetest.noarch Package on CentOS Stream 9

Last updated: November 26,2024

1. Install "perl-filetest.noarch" package

This guide let you learn how to install perl-filetest.noarch on CentOS Stream 9

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

2. Uninstall "perl-filetest.noarch" package

Please follow the steps below to uninstall perl-filetest.noarch on CentOS Stream 9:

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

3. Information about the perl-filetest.noarch package on CentOS Stream 9

Last metadata expiration check: 3:02:57 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : perl-filetest
Version : 1.03
Release : 481.el9
Architecture : noarch
Size : 14 k
Source : perl-5.32.1-481.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.