How to Install and Uninstall peg Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 15,2024

1. Install "peg" package

In this section, we are going to explain the necessary steps to install peg on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install peg

2. Uninstall "peg" package

Please follow the guidelines below to uninstall peg on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove peg $ sudo apt autoclean && sudo apt autoremove

3. Information about the peg package on Ubuntu 21.10 (Impish Indri)

Package: peg
Architecture: amd64
Version: 0.1.18-1
Priority: optional
Section: universe/devel
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Giulio Paci
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 160
Depends: libc6 (>= 2.14)
Filename: pool/universe/p/peg/peg_0.1.18-1_amd64.deb
Size: 40856
MD5sum: 99ddc093ca363ab464291794ceda2aeb
SHA1: 1263de8a95b074cea0f80ec8573ba1231a1f319b
SHA256: 5f4d58537d620e9bd1fb1bd3d3c121e29646c6fca0a656ce32000e55f45d5ca4
SHA512: e5a4a33f93b9199f1a3e660831169dad82047b06f570d5a083614ca260e4f3f3493374b6d1776924f8cbacd74531f7d30c5ec1d756bd6986144eb031dbfb7453
Homepage: http://piumarta.com/software/peg/
Description-en: recursive-descent parser generators for C
This package provides peg and leg, two utilities that read a Parsing
Expression Grammar (PEG) and generate a recursive-descent parser for
it.
.
Unlike lex and yacc, peg and leg support unlimited backtracking,
provide ordered choice as a means for disambiguation, and can combine
scanning (lexical analysis) and parsing (syntactic analysis) into a
single activity.
Description-md5: f666813e4c9b35c72547511e2afc44a0