How to Install and Uninstall happy Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 17,2024

1. Install "happy" package

Please follow the steps below to install happy on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install happy

2. Uninstall "happy" package

Please follow the instructions below to uninstall happy on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the happy package on Ubuntu 20.10 (Groovy Gorilla)

Package: happy
Architecture: amd64
Version: 1.19.12-2build1
Priority: optional
Section: universe/devel
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2397
Depends: libc6 (>= 2.29), libffi8ubuntu1 (>= 3.4~20200819), libgmp10
Suggests: haskell-doc, info-browser
Replaces: ghc-cvs (<< 20031221)
Filename: pool/universe/h/happy/happy_1.19.12-2build1_amd64.deb
Size: 464728
MD5sum: daf466b750e3327db3aa48b1c1bb6bdc
SHA1: 2bb5951f08b39b73e1485cfd22a985aa39db5c52
SHA256: ec67a02a87eae3978fe0693b6af228c973d98f4bc78bf5669ebfc6d5218f5783
SHA512: e010c59cb97b89d2dc8193a6eb35903faf9253147f78e8b3e6d1cfa59fb7e37cef7c62c487b59bc374e754cd366538bab943781aecd6bf52499c38e1ceba89a2
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