How to Install and Uninstall libfile-wildcard-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "libfile-wildcard-perl" package

This guide covers the steps necessary to install libfile-wildcard-perl on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libfile-wildcard-perl" package

This tutorial shows how to uninstall libfile-wildcard-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libfile-wildcard-perl package on Ubuntu 21.10 (Impish Indri)

Package: libfile-wildcard-perl
Architecture: all
Version: 0.11-3.1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 47
Depends: perl:any, libmodule-optional-perl
Filename: pool/universe/libf/libfile-wildcard-perl/libfile-wildcard-perl_0.11-3.1_all.deb
Size: 18436
MD5sum: fe9aaedc4fe5cbadd98943e21a4db20d
SHA1: 5e6befa7875daa10e63424f8430e271208a50baf
SHA256: 610eb79a9d319852ea96f1a0ebe33be3fcab28169daab13a3283c86ecacfecaa
SHA512: 36dd369ab06d86acdcf876cb067a8134ee427a82e0f191d8a6bbe0ba79c368403b52bc065de92675f6a2d928c1c8dda72dd77c29affe237c46353dc28a5beed1
Homepage: https://metacpan.org/release/File-Wildcard
Description-en: 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: f3c403bf7513ffb1feb0ea001a0ba0fb