How to Install and Uninstall libfile-wildcard-perl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 17,2024

1. Install "libfile-wildcard-perl" package

This tutorial shows how to install libfile-wildcard-perl on Ubuntu 20.10 (Groovy Gorilla)

$ 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 Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libfile-wildcard-perl package on Ubuntu 20.10 (Groovy Gorilla)

Package: libfile-wildcard-perl
Architecture: all
Version: 0.11-3
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, libmodule-optional-perl
Filename: pool/universe/libf/libfile-wildcard-perl/libfile-wildcard-perl_0.11-3_all.deb
Size: 18276
MD5sum: ad1ac75fe1d99e587c0fa166a364cabe
SHA1: 8937aa49227cc6caea4d0d01f9edb0aec9351c41
SHA256: f2c495ffde25fca835daa443b5171546ebf409920ad62c6812eb31d55e95a98d
SHA512: e68b7a681d360d2b549f40eab25c13f47dd95be5834459272b57bb3c5e820c04d7e58ee75d2c5d7405d39120e9bc904b0fcd396ff14ade6b16e4f750fe3ecb9a
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