How to Install and Uninstall libpath-iterator-rule-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

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

This is a short guide on how to install libpath-iterator-rule-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Please follow the guidelines below to uninstall libpath-iterator-rule-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libpath-iterator-rule-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libpath-iterator-rule-perl
Priority: optional
Section: universe/perl
Installed-Size: 128
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.009-1
Depends: libtext-glob-perl, libtry-tiny-perl, libnumber-compare-perl (>= 0.02), perl
Filename: pool/universe/libp/libpath-iterator-rule-perl/libpath-iterator-rule-perl_1.009-1_all.deb
Size: 49128
MD5sum: 52b31be20ed93e47a1a30e091bf33efe
SHA1: 87d41c513d063752b06896a44a1150a54b4a370f
SHA256: a71cbdb47bd6b873c1398f229bd33459ad8d3ab0b4c22af569a7ad25aa3f847d
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
Homepage: https://github.com/dagolden/Path-Iterator-Rule
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu