How to Install and Uninstall libfile-finder-perl Package on Kali Linux

Last updated: May 16,2024

1. Install "libfile-finder-perl" package

Please follow the instructions below to install libfile-finder-perl on Kali Linux

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

2. Uninstall "libfile-finder-perl" package

This guide let you learn how to uninstall libfile-finder-perl on Kali Linux:

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

3. Information about the libfile-finder-perl package on Kali Linux

Package: libfile-finder-perl
Version: 0.53-4
Installed-Size: 55
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libtext-glob-perl
Size: 22848
SHA256: f358c0ffd037f578738c9775db3d8bbe492afbeacf0aaf674da555701d8ae6dd
SHA1: a621929e5031da20c2c04cf084d0d61ddf08e227
MD5sum: fbba5ec73de901bf8b9d52d60a7f091b
Description: wrapper for File::Find à la 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:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/File-Finder
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libf/libfile-finder-perl/libfile-finder-perl_0.53-4_all.deb