How to Install and Uninstall happy.x86_64 Package on CentOS Stream 8

Last updated: October 05,2024

1. Install "happy.x86_64" package

This guide let you learn how to install happy.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install happy.x86_64

2. Uninstall "happy.x86_64" package

Please follow the instructions below to uninstall happy.x86_64 on CentOS Stream 8:

$ sudo dnf remove happy.x86_64 $ sudo dnf autoremove

3. Information about the happy.x86_64 package on CentOS Stream 8

Last metadata expiration check: 1:27:34 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : happy
Version : 1.19.9
Release : 2.el8
Architecture : x86_64
Size : 314 k
Source : happy-1.19.9-2.el8.src.rpm
Repository : epel
Summary : Parser Generator for Haskell
URL : https://hackage.haskell.org/package/happy
License : BSD
Description : Happy is a parser generator for Haskell. Given a grammar specification in BNF,
: Happy generates Haskell code to parse the grammar. Happy works in a similar way
: to the 'yacc' tool for C.