How to Install and Uninstall libregexp-wildcards-perl Package on Kali Linux

Last updated: May 13,2024

1. Install "libregexp-wildcards-perl" package

This guide let you learn how to install libregexp-wildcards-perl on Kali Linux

$ sudo apt update $ sudo apt install libregexp-wildcards-perl

2. Uninstall "libregexp-wildcards-perl" package

This tutorial shows how to uninstall libregexp-wildcards-perl on Kali Linux:

$ sudo apt remove libregexp-wildcards-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libregexp-wildcards-perl package on Kali Linux

Package: libregexp-wildcards-perl
Version: 1.05-3
Installed-Size: 38
Maintainer: Christoph Biedl
Architecture: all
Depends: perl:any
Size: 14116
SHA256: 476b036f842dfdc69ad3cac7c359183fe14443ba6e134c2fe68bc57ba9c23bcd
SHA1: 5dafcdd26f1ab40ebd066de77799c8f98dd16653
MD5sum: 3147bbe18bb5217e202f9f076329e005
Description: converts wildcard expressions to Perl regular expressions
In many situations, users may want to specify patterns to match but
don't need the full power of regexps. Wildcards make one of those sets
of simplified rules. Regexp::Wildcards converts wildcard expressions
to Perl regular expressions, so that you can use them for matching.
.
It handles the * and ? wildcards, as well as Unix bracketed
alternatives {,}, but also % and _ SQL wildcards. If required, it can
also keep original (...) groups or ^ and $ anchors. Backslash (\) is
used as an escape character.
.
Typesets that mimic the behaviour of Windows and Unix shells are also
provided.
Description-md5:
Homepage: https://metacpan.org/release/Regexp-Wildcards
Section: perl
Priority: optional
Filename: pool/main/libr/libregexp-wildcards-perl/libregexp-wildcards-perl_1.05-3_all.deb