How to Install and Uninstall happy.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: November 30,2024

1. Install "happy.x86_64" package

This guide let you learn how to install happy.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install happy.x86_64

2. Uninstall "happy.x86_64" package

In this section, we are going to explain the necessary steps to uninstall happy.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove happy.x86_64 $ sudo dnf autoremove

3. Information about the happy.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:01:01 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : happy
Version : 1.20.0
Release : 3.el9
Architecture : x86_64
Size : 521 k
Source : happy-1.20.0-3.el9.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.