How to Install and Uninstall happy.x86_64 Package on Fedora 34

Last updated: May 02,2024

1. Install "happy.x86_64" package

Please follow the instructions below to install happy.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install happy.x86_64

2. Uninstall "happy.x86_64" package

Please follow the guidelines below to uninstall happy.x86_64 on Fedora 34:

$ sudo dnf remove happy.x86_64 $ sudo dnf autoremove

3. Information about the happy.x86_64 package on Fedora 34

Last metadata expiration check: 5:05:51 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : happy
Version : 1.19.12
Release : 4.fc34
Architecture : x86_64
Size : 506 k
Source : happy-1.19.12-4.fc34.src.rpm
Repository : fedora
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.