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

Last updated: May 12,2024

1. Install "coco-java" package

Please follow the steps below to install coco-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install coco-java

2. Uninstall "coco-java" package

This is a short guide on how to uninstall coco-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: coco-java
Priority: optional
Section: universe/devel
Installed-Size: 122
Maintainer: Ubuntu Developers
Original-Maintainer: Markus Loeberbauer
Architecture: all
Version: 20110419-3.1
Filename: pool/universe/c/coco-java/coco-java_20110419-3.1_all.deb
Size: 67212
MD5sum: 710eb47a36216dc9b06a8bc7be732650
SHA1: 49b3af62e25e59cc2bb19b27d484b55f28c2ffda
SHA256: 00d0fb894097e3ac48d671794aa3aafa000da45d4b99c1024bbefbd05b4bc55b
Description-en: Coco/R Compiler Generator (Java 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 cocoj, which is a shell script in /usr/bin.
Description-md5: 13a3bbb6c3c3c725c1b9c1e771dfa17a
Homepage: http://www.ssw.uni-linz.ac.at/Research/Projects/Coco/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu