How to Install and Uninstall libpegex-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 10,2024

1. Install "libpegex-perl" package

Learn how to install libpegex-perl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libpegex-perl

2. Uninstall "libpegex-perl" package

Learn how to uninstall libpegex-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libpegex-perl package on Ubuntu 21.10 (Impish Indri)

Package: libpegex-perl
Architecture: all
Version: 0.75-1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 249
Depends: perl:any, libjson-pp-perl, libxxx-perl (>= 0.35), libyaml-pp-perl
Filename: pool/universe/libp/libpegex-perl/libpegex-perl_0.75-1_all.deb
Size: 75240
MD5sum: 2e957422d3321090f291c224ea589353
SHA1: f5a2596916f6b57e5a679f9999c066e1d2f069c2
SHA256: 431c5769186ca2a49cf6552d3ee1e37eb59b7f86c76f1691a2740515d857d42e
SHA512: f58f12d5d730ff44dd80aac861dd369502c5312bd2412c227f991f92e9dc3767f90ebd76d4933bdfdb61e3954a5006f70cb3866f343deb5e6a4eb169c44c65b3
Homepage: https://metacpan.org/release/Pegex
Description-en: 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: 65ab3ca22e1c134d3575b1506bf44f94