How to Install and Uninstall happy Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "happy" package

In this section, we are going to explain the necessary steps to install happy on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install happy

2. Uninstall "happy" package

Please follow the instructions below to uninstall happy on Ubuntu 21.10 (Impish Indri):

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

3. Information about the happy package on Ubuntu 21.10 (Impish Indri)

Package: happy
Architecture: amd64
Version: 1.19.12-2build1.1
Priority: optional
Section: universe/devel
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2393
Depends: libc6 (>= 2.34), libffi8 (>= 3.4), libgmp10
Suggests: haskell-doc, info-browser
Replaces: ghc-cvs (<< 20031221)
Filename: pool/universe/h/happy/happy_1.19.12-2build1.1_amd64.deb
Size: 502254
MD5sum: b1ac51bdd225037d583275ea9f6c3f2e
SHA1: a117a02c0e6562659c44a93aae002e3728e4953d
SHA256: 150776547a48b9bfe66077ee097d035ac6091225568844987bf306ba48ce4ee9
SHA512: 348451f105f67ceddcc433c324633dab5667e4268d720a2928b575f6db2479760bb72827874da2a858c19fb669fe541caf8a1dc6668a2aab278c5de7e2f37b30
Homepage: https://www.haskell.org/happy/
Description-en: 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: 8b3c15ce0fbcbaad9b1fcb88f5dbaae9