How to Install and Uninstall libfile-wildcard-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "libfile-wildcard-perl" package

Please follow the instructions below to install libfile-wildcard-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libfile-wildcard-perl" package

Please follow the guidance below to uninstall libfile-wildcard-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libfile-wildcard-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libfile-wildcard-perl
Priority: optional
Section: universe/perl
Installed-Size: 83
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.11-2
Depends: perl, libmodule-optional-perl
Filename: pool/universe/libf/libfile-wildcard-perl/libfile-wildcard-perl_0.11-2_all.deb
Size: 25006
MD5sum: 8429a23fa43ce74bb545e6b715f6f600
SHA1: acb1a63873ce374ab2615971ca03bb88a381f26f
SHA256: 91ee5e228825e038c99b12a033e25a185ed34068fba70f235601e8da33801a90
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
Homepage: http://search.cpan.org/dist/File-Wildcard/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu