How to Install and Uninstall peg Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "peg" package

Please follow the guidance below to install peg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install peg

2. Uninstall "peg" package

Learn how to uninstall peg on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the peg package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: peg
Priority: optional
Section: universe/devel
Installed-Size: 159
Maintainer: Ubuntu Developers
Original-Maintainer: Giulio Paci
Architecture: amd64
Version: 0.1.15-1
Depends: libc6 (>= 2.14)
Filename: pool/universe/p/peg/peg_0.1.15-1_amd64.deb
Size: 39912
MD5sum: 13bd2f468c32308ba77269ec2f04cc91
SHA1: 7cf1755265d45a109ad207012cf1ca8a7f0cae4f
SHA256: 76c83ce5c83497163f677260720a601db2b42d7496167e8682dad72b98cf9ad2
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
Homepage: http://piumarta.com/software/peg/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu