How to Install and Uninstall peg Package on Kali Linux

Last updated: May 14,2024

1. Install "peg" package

This guide let you learn how to install peg on Kali Linux

$ sudo apt update $ sudo apt install peg

2. Uninstall "peg" package

In this section, we are going to explain the necessary steps to uninstall peg on Kali Linux:

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

3. Information about the peg package on Kali Linux

Package: peg
Source: peg (0.1.18-1)
Version: 0.1.18-1+b1
Installed-Size: 166
Maintainer: Giulio Paci
Architecture: amd64
Depends: libc6 (>= 2.14)
Size: 47000
SHA256: 574d434b7621fa6d5766853a2af29aba75619327714b2dd4de6df2daf744803f
SHA1: 5733960d8d8e7c32051b9bba5c0fc4a6ae593098
MD5sum: 7f8f3d112d0909dd1fd5be664b7b7d20
Description: 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:
Homepage: http://piumarta.com/software/peg/
Section: devel
Priority: optional
Filename: pool/main/p/peg/peg_0.1.18-1+b1_amd64.deb