How to Install and Uninstall uuagc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "uuagc" package

In this section, we are going to explain the necessary steps to install uuagc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install uuagc

2. Uninstall "uuagc" package

This guide covers the steps necessary to uninstall uuagc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove uuagc $ sudo apt autoclean && sudo apt autoremove

3. Information about the uuagc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: uuagc
Priority: optional
Section: universe/devel
Installed-Size: 18077
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Version: 0.9.42.3-8
Depends: libc6 (>= 2.15), libffi6 (>= 3.0.4), libgmp10
Filename: pool/universe/u/uuagc/uuagc_0.9.42.3-8_amd64.deb
Size: 2191584
MD5sum: fdc0708fe52b9ee1b9c9a86b22fb736d
SHA1: 99ab5235f02754a3bf519484a5f88e1f954da7e2
SHA256: 22e81b0b29f4dbe0218874e81700598a4b610cfb66dd7a3cb1c553e3159dc8be
Description-en: compiler for the Utrecht University Attribute Grammar system
The Attribute Grammar system can be used to annotate the production
rules of a grammar with inherited and synthesised attributes. The
values of the attributes can be determined while parsing/traversing
the abstract syntax tree and will give the semantic value of the tree.
.
The inherited attributes are values which are passed downwards through
the abstract syntax tree and the synthesised attributes are passed
upwards. Haskell expressions are used to describe the computation of
the attributes.
.
The uuagc compiler takes a set files in which the attribute grammar
is defined and generates a Haskell file that contains the data type
definitions corresponding to the grammar, semantic functions and
catamorphisms (functions that take a syntax tree and return the
semantic value of that tree)
.
The (Utrecht University) Attribute Grammar system is part of the
Haskell Utrecht Tools set.
Description-md5: 6bac6b09b390357a9e752fc174a20902
Homepage: http://www.cs.uu.nl/wiki/HUT/AttributeGrammarSystem
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu