How to Install and Uninstall libfile-finder-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libfile-finder-perl" package

This guide let you learn how to install libfile-finder-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libfile-finder-perl

2. Uninstall "libfile-finder-perl" package

Please follow the instructions below to uninstall libfile-finder-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libfile-finder-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libfile-finder-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libfile-finder-perl
Priority: optional
Section: universe/perl
Installed-Size: 104
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.53-1
Depends: perl (>= 5.6.0-16), libtext-glob-perl
Filename: pool/universe/libf/libfile-finder-perl/libfile-finder-perl_0.53-1_all.deb
Size: 25550
MD5sum: 26728eb1d9e296a6c45773abed5ac92a
SHA1: fc3b8038a26879572745f14da95bdbd9408fb31d
SHA256: 7689f9ebd84b84b43abf92f3480afcf01f1e99f63385302e8528d7e387937163
Description-en: wrapper for File::Find ala find(1)
File::Find is great, but constructing the wanted routine can sometimes be a
pain. File::Finder provides a wanted-writer, using syntax that is directly
mappable to the find command's syntax.
.
A File::Finder object contains a hash of File::Find options, and a series of
steps that mimic find's predicates. Initially, a File::Finder object has no
steps. Each step method clones the previous object's options and steps, and
then adds the new step, returning the new object. In this manner, an object
can be grown, step by step, by chaining method calls. Furthermore, a partial
sequence can be created and held, and used as the head of many different
sequences.
Description-md5: 0782104536d160e6c6e07910f1e4063b
Homepage: http://search.cpan.org/dist/File-Finder/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu