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

Last updated: September 28,2024

1. Install "happy.x86_64" package

This is a short guide on how to install happy.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install happy.x86_64

2. Uninstall "happy.x86_64" package

Please follow the step by step instructions below to uninstall happy.x86_64 on Fedora 38:

$ sudo dnf remove happy.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:31:08 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : happy
Version : 1.20.0
Release : 6.fc38
Architecture : x86_64
Size : 1.4 M
Source : happy-1.20.0-6.fc38.src.rpm
Repository : fedora
Summary : Parser Generator for Haskell
URL : https://hackage.haskell.org/package/happy
License : BSD-2-Clause
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.