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

Last updated: May 10,2024

1. Install "libfile-wildcard-perl" package

Here is a brief guide to show you how to install libfile-wildcard-perl on Kali Linux

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

2. Uninstall "libfile-wildcard-perl" package

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

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

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

Package: libfile-wildcard-perl
Version: 0.11-4
Installed-Size: 48
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libmodule-optional-perl
Size: 19260
SHA256: 627dca3742cf36cc8d58d563ff084b68a6d1222ed22fcfb5dd77cf94e3ceec09
SHA1: 18bb3d527db91ea0a7bf833d971b75079e42c5fb
MD5sum: a87d87d6726c3482e305f7932d68e292
Description: Enhanced glob processing
When looking at how various operating systems do filename wildcard expansion
(globbing), VMS has a nice syntax which allows expansion and searching of
whole directory trees. It would be nice if other operating systems had
something like this built in. The best Unix can manage is through the utility
program find.
.
File::Wildcard provides this facility to Perl. Whereas native VMS syntax uses
the ellipsis "...", this will not fit in with POSIX filenames, as ... is a
valid (though somewhat strange) filename. Instead, the construct "///" is
used as this cannot syntactically be part of a filename, as you do not get
three concurrent filename separators with nothing between (three slashes are
used to avoid confusion with //node/path/name syntax).
.
You don't have to use this syntax, as you can do the splitting yourself and
pass in an arrayref as your path.
Description-md5:
Homepage: https://metacpan.org/release/File-Wildcard
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libf/libfile-wildcard-perl/libfile-wildcard-perl_0.11-4_all.deb