How to Install and Uninstall ghc-parsers Package on openSuSE Tumbleweed

Last updated: June 06,2024

1. Install "ghc-parsers" package

This guide covers the steps necessary to install ghc-parsers on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc-parsers

2. Uninstall "ghc-parsers" package

This tutorial shows how to uninstall ghc-parsers on openSuSE Tumbleweed:

$ sudo zypper remove ghc-parsers

3. Information about the ghc-parsers package on openSuSE Tumbleweed

Information for package ghc-parsers:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-parsers
Version : 0.12.10-4.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 924,1 KiB
Installed : No
Status : not installed
Source package : ghc-parsers-0.12.10-4.12.src
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