How to Install and Uninstall perl-filetest.noarch Package on Fedora 35

Last updated: October 04,2024

1. Install "perl-filetest.noarch" package

Here is a brief guide to show you how to install perl-filetest.noarch on Fedora 35

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

2. Uninstall "perl-filetest.noarch" package

Please follow the instructions below to uninstall perl-filetest.noarch on Fedora 35:

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

3. Information about the perl-filetest.noarch package on Fedora 35

Last metadata expiration check: 4:37:08 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-filetest
Version : 1.03
Release : 486.fc35
Architecture : noarch
Size : 19 k
Source : perl-5.34.1-486.fc35.src.rpm
Repository : updates
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.