How to Install and Uninstall libpath-iterator-rule-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "libpath-iterator-rule-perl" package

Here is a brief guide to show you how to install libpath-iterator-rule-perl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libpath-iterator-rule-perl

2. Uninstall "libpath-iterator-rule-perl" package

Please follow the steps below to uninstall libpath-iterator-rule-perl on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libpath-iterator-rule-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libpath-iterator-rule-perl package on Ubuntu 21.10 (Impish Indri)

Package: libpath-iterator-rule-perl
Architecture: all
Version: 1.014-1
Priority: optional
Section: perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 127
Depends: libnumber-compare-perl, libtext-glob-perl, libtry-tiny-perl, perl
Filename: pool/main/libp/libpath-iterator-rule-perl/libpath-iterator-rule-perl_1.014-1_all.deb
Size: 49452
MD5sum: 09fb27256cbaf526b8fb2c618439d605
SHA1: 72fb1bb0a45c10af6fbfc1ec1599dcee57a6b5db
SHA256: 5fd919c90e56f203bd2028a5a38993bf7069fb9483bda96a70b48a58642ce65d
SHA512: cb16e0d5e72d9e1d1cbc1179f0e5e9302e6276fd7e1dd9800a31410d31cdb246541a13199aa34e9661de4ef439b6557dff9e3f10ac7412d39e8512149945ab28
Homepage: https://github.com/dagolden/Path-Iterator-Rule
Description-en: iterative, recursive file finder
Path::Iterator::Rule iterates over files and directories to identify
ones matching a user-defined set of rules. The API is based heavily on
File::Find::Rule, but with more explicit distinction between matching
rules and options that influence how directories are searched. A
Path::Iterator::Rule object is a collection of rules (match criteria)
with methods to add additional criteria. Options that control
directory traversal are given as arguments to the method that generates
an iterator.
.
Here is a summary of features for comparison to other file finding
modules:
* provides many "helper" methods for specifying rules
* offers (lazy) iterator and flattened list interfaces
* custom rules implemented with callbacks
* breadth-first (default) or pre- or post-order depth-first searching
* follows symlinks (by default, but can be disabled)
* directories visited only once (no infinite loop; can be disabled)
* doesn't chdir during operation
* provides an API for extensions
.
As a convenience, the PIR module is an empty subclass of this one that
is less arduous to type for one-liners.
Description-md5: 51400e8efab6c3cda78729f25bd10adf