How to Install and Uninstall coco-cpp Package on Kali Linux

Last updated: May 08,2024

1. Install "coco-cpp" package

This tutorial shows how to install coco-cpp on Kali Linux

$ sudo apt update $ sudo apt install coco-cpp

2. Uninstall "coco-cpp" package

This guide let you learn how to uninstall coco-cpp on Kali Linux:

$ sudo apt remove coco-cpp $ sudo apt autoclean && sudo apt autoremove

3. Information about the coco-cpp package on Kali Linux

Package: coco-cpp
Version: 20120102-3
Installed-Size: 206
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5)
Size: 49124
SHA256: d4074f29aefce3427dd7f60a45d3709fdaaee9d15cd633143838feb3503202d7
SHA1: f3b1c0f76d5b42db19d86c77036468d466ccd851
MD5sum: bda06cd45a83e50874962420cf83d460
Description: Coco/R Compiler Generator (C++ Version)
Coco/R is a compiler generator, which takes an attributed grammar of a source
language and generates a scanner and a parser for this language. The scanner
works as a deterministic finite automaton. The parser uses recursive descent.
LL(1) conflicts can be resolved by a multi-symbol lookahead or by semantic
checks. Thus the class of accepted grammars is LL(k) for an arbitrary k.
.
To start Coco call cococpp, which is a shell script in /usr/bin.
Description-md5:
Homepage: http://www.ssw.uni-linz.ac.at/Research/Projects/Coco/
Tag: devel::code-generator, implemented-in::c++, interface::commandline,
role::program, scope::utility
Section: devel
Priority: optional
Filename: pool/main/c/coco-cpp/coco-cpp_20120102-3_amd64.deb