How to Install and Uninstall uuagc Package on Kali Linux

Last updated: May 15,2024

1. Install "uuagc" package

Please follow the instructions below to install uuagc on Kali Linux

$ sudo apt update $ sudo apt install uuagc

2. Uninstall "uuagc" package

This tutorial shows how to uninstall uuagc on Kali Linux:

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

3. Information about the uuagc package on Kali Linux

Package: uuagc
Version: 0.9.55-1
Installed-Size: 26656
Maintainer: Debian Haskell Group
Architecture: amd64
Depends: libc6 (>= 2.34), libffi8 (>= 3.4), libgmp10 (>= 2:6.3.0+dfsg)
Size: 3805740
SHA256: ad25de18173a6170f6f7d87c931b29c4fa1c0b68f6ef2753d6eb195e96ea7ccd
SHA1: daca9e09e1eb344e01454d72fc60393e3bf78d70
MD5sum: 59473b6c9b3231307df48a31a68c912e
Description: 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:
Homepage: https://github.com/UU-ComputerScience/uuagc
Tag: devel::code-generator, devel::compiler, devel::lang:haskell,
implemented-in::haskell, interface::commandline, role::program,
scope::utility, works-with::software:source
Section: devel
Priority: optional
Filename: pool/main/u/uuagc/uuagc_0.9.55-1_amd64.deb