How to Install and Uninstall coco-cs Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 04,2024

1. Install "coco-cs" package

This is a short guide on how to install coco-cs on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install coco-cs

2. Uninstall "coco-cs" package

Here is a brief guide to show you how to uninstall coco-cs on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the coco-cs package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: coco-cs
Priority: optional
Section: universe/devel
Installed-Size: 114
Maintainer: Ubuntu Developers
Original-Maintainer: Markus Loeberbauer
Architecture: all
Version: 20110419-5.1
Depends: mono-runtime (>= 3.0~), libmono-corlib4.5-cil (>= 3.2.8)
Filename: pool/universe/c/coco-cs/coco-cs_20110419-5.1_all.deb
Size: 33970
MD5sum: 4cfe10f2a92eebd8a9071ff67996ff1d
SHA1: 8e4fd8609cfc989618ddd3c9d78fdf18ba646bfa
SHA256: 040fb04645db97da58293bde6188468d4c05e2fd89b8869746fc5662f6bbd47f
Description-en: 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: 6ea15825c902eb6288a63b12b257493b
Homepage: http://www.ssw.uni-linz.ac.at/Research/Projects/Coco/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu