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

Last updated: May 12,2024

1. Install "coco-cs" package

This is a short guide on how to install coco-cs on Kali Linux

$ sudo apt update $ sudo apt install coco-cs

2. Uninstall "coco-cs" package

This guide covers the steps necessary to uninstall coco-cs on Kali Linux:

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

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

Package: coco-cs
Version: 20110419-6
Installed-Size: 110
Maintainer: Debian QA Group
Architecture: all
Depends: mono-runtime (>= 3.0~), libmono-corlib4.5-cil (>= 5.18.0.240)
Size: 32984
SHA256: 27bfc943b19e3327bb5ce1d286abf247491662b91e45e493b83d4f5dad544773
SHA1: 5eba810467fa8702a1e3ac840d1d9a9dc0e4ce0d
MD5sum: 0e3782e3ebab1f64df30f944725a2d86
Description: Coco/R Compiler Generator (C-Sharp 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 cococs, 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-sharp, interface::commandline,
role::program, scope::utility
Section: devel
Priority: optional
Filename: pool/main/c/coco-cs/coco-cs_20110419-6_all.deb