How to Install and Uninstall happy Package on Kali Linux

Last updated: May 20,2024

1. Install "happy" package

Learn how to install happy on Kali Linux

$ sudo apt update $ sudo apt install happy

2. Uninstall "happy" package

This tutorial shows how to uninstall happy on Kali Linux:

$ sudo apt remove happy $ sudo apt autoclean && sudo apt autoremove

3. Information about the happy package on Kali Linux

Package: happy
Version: 1.20.1.1-1
Installed-Size: 2532
Maintainer: Debian Haskell Group
Architecture: amd64
Replaces: ghc-cvs (<< 20031221)
Depends: libc6 (>= 2.34), libffi8 (>= 3.4), libgmp10 (>= 2:6.3.0+dfsg)
Suggests: haskell-doc, info-browser
Size: 530320
SHA256: c6358328baed770ecfa2916f1d70134ec3a87b12aefafeab54b81f2a3a9f0611
SHA1: 3119612774de0707c16e1ad0bd5c0eb5763272a8
MD5sum: 687cbe12b74f590b4113e649611c8302
Description: Parser generator for Haskell
Happy is a parser generator system for Haskell, similar to the tool `yacc' for
C. Like `yacc', it takes a file containing an annotated BNF specification of a
grammar and produces a Haskell module containing a parser for the grammar.
.
Happy is flexible: you can have several Happy parsers in the same program, and
several entry points to a single grammar. Happy can work in conjunction with a
lexical analyser supplied by the user (either hand-written or generated by
another program), or it can parse a stream of characters directly (but this
isn't practical in most cases).
Description-md5:
Homepage: https://www.haskell.org/happy/
Tag: devel::code-generator, devel::lang:haskell, implemented-in::haskell,
interface::commandline, role::program, scope::utility
Section: haskell
Priority: optional
Filename: pool/main/h/happy/happy_1.20.1.1-1_amd64.deb