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

Last updated: May 09,2024

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

Learn how to install libfile-find-wanted-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Learn how to uninstall libfile-find-wanted-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libfile-find-wanted-perl
Priority: optional
Section: universe/perl
Installed-Size: 59
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.00-1
Depends: perl
Filename: pool/universe/libf/libfile-find-wanted-perl/libfile-find-wanted-perl_1.00-1_all.deb
Size: 9358
MD5sum: b3b7fbd3c83cb54ab4ddd3d0fc2fe4a2
SHA1: d3855076955599c4429a2a3ad9da517d81ff9ae4
SHA256: 6299367d06c46805639786757f1698e880f90a97007ff5c7ac3e8546a0a46305
Description-en: 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: 567e42bb26bb4acab81017e93ae50b65
Homepage: http://search.cpan.org/dist/File-Find-Wanted/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu