How to Install and Uninstall libpegex-perl Package on Kali Linux

Last updated: May 21,2024

1. Install "libpegex-perl" package

This tutorial shows how to install libpegex-perl on Kali Linux

$ sudo apt update $ sudo apt install libpegex-perl

2. Uninstall "libpegex-perl" package

Here is a brief guide to show you how to uninstall libpegex-perl on Kali Linux:

$ sudo apt remove libpegex-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libpegex-perl package on Kali Linux

Package: libpegex-perl
Version: 0.75-2
Installed-Size: 251
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libjson-pp-perl, libxxx-perl (>= 0.35), libyaml-pp-perl
Size: 77840
SHA256: 037e22d1da81853deb317785f886872de4a265b5aab0e9cfd21303df9936090c
SHA1: 9084f4315a2d24e59855c98d91aeeaa7e4c378c9
MD5sum: 7855bbe4e3c4af65ddb54828543d7ece
Description: Acmeist PEG Parser Framework
Pegex is an Acmeist parser framework. It allows you to easily create parsers
that will work equivalently in lots of programming languages! The inspiration
for Pegex comes from the parsing engine upon which the postmodern programming
language Perl 6 is based on. Pegex brings this beauty to the other
*just*modern languages that have a normal regular expression engine
available.
.
Pegex gets it name by combining Parsing Expression Grammars (PEG), with
Regular Expessions (Regex). That's actually what Pegex does.
.
PEG is the cool new way to elegantly specify recursive descent grammars. The
Perl 6 language is defined in terms of a self modifying PEG language called
Perl 6 Rules. Regexes are familiar to programmers of most modern programming
languages. Pegex defines a simple PEG syntax, where all the terminals are
regexes. This means that Pegex can be quite fast and powerful.
.
Pegex attempts to be the simplest way to define new (or old) Domain Specific
Languages (DSLs) that need to be used in several programming languages and
environments. Things like JSON, YAML, Markdown etc. It also great for writing
parsers/compilers that only need to work in one language.
Description-md5:
Homepage: https://metacpan.org/release/Pegex
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libp/libpegex-perl/libpegex-perl_0.75-2_all.deb