How to Install and Uninstall libpath-iterator-rule-perl Package on Kali Linux

Last updated: May 21,2024

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

Learn how to install libpath-iterator-rule-perl on Kali Linux

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

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

Please follow the guidance below to uninstall libpath-iterator-rule-perl on Kali Linux:

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

3. Information about the libpath-iterator-rule-perl package on Kali Linux

Package: libpath-iterator-rule-perl
Version: 1.015-2
Installed-Size: 116
Maintainer: Debian Perl Group
Architecture: all
Depends: libnumber-compare-perl, libtext-glob-perl, libtry-tiny-perl, perl:any
Size: 41696
SHA256: 9fe35ac02ec093a38f62b88c1730b1f7f3a4598c26bf9970f67f6a6371460384
SHA1: ebabc8dca53b128ff0846fb4ab888748151e2164
MD5sum: ae4eb98f345d8b9d8cc860c7daf0f0a6
Description: 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:
Multi-Arch: foreign
Homepage: https://github.com/dagolden/Path-Iterator-Rule
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libp/libpath-iterator-rule-perl/libpath-iterator-rule-perl_1.015-2_all.deb