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

Last updated: May 19,2024

1. Install "libfile-find-wanted-perl" package

This guide let you learn how to install libfile-find-wanted-perl on Kali Linux

$ sudo apt update $ sudo apt install libfile-find-wanted-perl

2. Uninstall "libfile-find-wanted-perl" package

In this section, we are going to explain the necessary steps to uninstall libfile-find-wanted-perl on Kali Linux:

$ sudo apt remove libfile-find-wanted-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libfile-find-wanted-perl
Version: 1.00-1.1
Installed-Size: 29
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 8472
SHA256: dde554ff737074cca1ca62844792c36cae9e6782d63c07d372300a5a56b12cc2
SHA1: 12bed32a895e18ddfc186995ab5b7fa85c77fa52
MD5sum: 4da20bd6e752dcf8d4f7db1c7998c507
Description: more obvious wrapper around File::Find
File::Find::Wanted provides a find_wanted() function, which does what
File::Find's find() does but in a more obvious way: To get a list of all
files ending in .jpg, simply call
.
@files = find_wanted( sub { -f && /\.jpg$/ }, $dir );
Description-md5:
Homepage: http://search.cpan.org/dist/File-Find-Wanted/
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libf/libfile-find-wanted-perl/libfile-find-wanted-perl_1.00-1.1_all.deb