How to Install and Uninstall pccts Package on Kali Linux

Last updated: May 04,2024

1. Install "pccts" package

Please follow the instructions below to install pccts on Kali Linux

$ sudo apt update $ sudo apt install pccts

2. Uninstall "pccts" package

Please follow the step by step instructions below to uninstall pccts on Kali Linux:

$ sudo apt remove pccts $ sudo apt autoclean && sudo apt autoremove

3. Information about the pccts package on Kali Linux

Package: pccts
Version: 1.33MR33-6.3
Installed-Size: 1301
Maintainer: Dale E. Martin
Architecture: amd64
Replaces: sorcerer
Provides: sorcerer
Depends: libc6 (>= 2.14)
Conflicts: sorcerer
Size: 415408
SHA256: fd5903da6377fb16202fa615fbc3985c8f980cac922b48e0721dcb4e3af26c09
SHA1: 786707ca965df292467cec12cfb245a01c84323a
MD5sum: 1123dc70c46b965ae08dddc55392cf7e
Description: The Purdue Compiler Construction Tool Set (PCCTS).
PCCTS consists of ANother Tool for Language Recognition (ANTLR), a
DFA-based Lexical analyzer Generator (DLG) and assorted other utilities
designed for the construction of compilers and other language translators.
ANTLR is a parser generator which generates recursive descent parsers which
are easier to debug than the table driven bottom-up parsers created by YACC.
It also provides support for the automatic generation of Abstract Syntax
Trees (AST's).
Many projects have stopped using PCCTS and moved on to antlr, which is
also packaged for Debian. New projects should probably look there first.
However PCCTS will be maintained in Debian as long as there is interest in
doing so.
Description-md5:
Multi-Arch: foreign
Homepage: http://www.polhode.com/pccts.html
Tag: devel::code-generator, interface::commandline, role::program,
scope::utility
Section: devel
Priority: optional
Filename: pool/main/p/pccts/pccts_1.33MR33-6.3_amd64.deb