How to Install and Uninstall happy Package on openSuSE Tumbleweed
Last updated: November 26,2024
1. Install "happy" package
Please follow the steps below to install happy on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
happy
Copied
2. Uninstall "happy" package
Learn how to uninstall happy on openSuSE Tumbleweed:
$
sudo zypper remove
happy
Copied
3. Information about the happy package on openSuSE Tumbleweed
Information for package happy:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : happy
Version : 1.20.1.1-2.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 3.9 MiB
Installed : No
Status : not installed
Source package : happy-1.20.1.1-2.3.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.
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : happy
Version : 1.20.1.1-2.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 3.9 MiB
Installed : No
Status : not installed
Source package : happy-1.20.1.1-2.3.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.