Install peg
Installing peg package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install peg
peg package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | peg |
version | 0.1.15-1 |
description | recursive-descent parser generators for C |
subsection | devel |
website | piumarta.com / software / peg / |
maintainer | Giulio Paci |
Uninstall peg
To remove just peg package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove peg
Uninstall peg and it’s dependent packages
To remove the peg package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove peg
Purging peg
If you also want to delete configuration and/or data files of peg from Debian Sid then this will work:
sudo apt-get purge peg
To delete configuration and/or data files of peg and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove peg