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

Last updated: April 29,2024

1. Install "coco-cpp" package

Learn how to install coco-cpp on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install coco-cpp

2. Uninstall "coco-cpp" package

In this section, we are going to explain the necessary steps to uninstall coco-cpp on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: coco-cpp
Priority: optional
Section: universe/devel
Installed-Size: 232
Maintainer: Ubuntu Developers
Original-Maintainer: Markus Loeberbauer
Architecture: amd64
Version: 20120102-1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1)
Filename: pool/universe/c/coco-cpp/coco-cpp_20120102-1_amd64.deb
Size: 59874
MD5sum: dc03a818e1c2b2a677dd49e59e9b571b
SHA1: 8780ac530a275daeb837bb248de7d9419fc14ec0
SHA256: 3730444c2064f18648978ada47bd5644d6b3468cb496b57ca122386ef65f329a
Description-en: 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: 02d009ce52ba1690b30aabdb24096e50
Homepage: http://www.ssw.uni-linz.ac.at/Research/Projects/Coco/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu