How to Install and Uninstall ghc-parsers Package on openSUSE Leap

Last updated: May 18,2024

1. Install "ghc-parsers" package

In this section, we are going to explain the necessary steps to install ghc-parsers on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ghc-parsers

2. Uninstall "ghc-parsers" package

This is a short guide on how to uninstall ghc-parsers on openSUSE Leap:

$ sudo zypper remove ghc-parsers

3. Information about the ghc-parsers package on openSUSE Leap

Information for package ghc-parsers:
------------------------------------
Repository : Main Repository
Name : ghc-parsers
Version : 0.12.10-bp155.3.15
Arch : x86_64
Vendor : openSUSE
Installed Size : 915.7 KiB
Installed : No
Status : not installed
Source package : ghc-parsers-0.12.10-bp155.3.15.src
Upstream URL : https://hackage.haskell.org/package/parsers
Summary : Parsing combinators
Description :
This library provides convenient combinators for working with and building
parsing combinator libraries.
Given a few simple instances, e.g. for the class
'Text.Parser.Combinators.Parsing' in "Text.Parser.Combinators.Parsing" you get
access to a large number of canned definitions. Instances exist for the parsers
provided by 'parsec', 'attoparsec' and base’s "Text.Read".

5. The same packages on other Linux Distributions