How to Install and Uninstall happy Package on openSUSE Leap

Last updated: May 17,2024

1. Install "happy" package

Please follow the guidelines below to install happy on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install happy

2. Uninstall "happy" package

This tutorial shows how to uninstall happy on openSUSE Leap:

$ sudo zypper remove happy

3. Information about the happy package on openSUSE Leap

Information for package happy:
------------------------------
Repository : Main Repository
Name : happy
Version : 1.20.0-150500.1.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 2.6 MiB
Installed : No
Status : not installed
Source package : happy-1.20.0-150500.1.1.src
Upstream URL : https://hackage.haskell.org/package/happy
Summary : Happy is a parser generator for Haskell
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.