How to Install and Uninstall ghc-config-ini Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "ghc-config-ini" package

Here is a brief guide to show you how to install ghc-config-ini on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc-config-ini

2. Uninstall "ghc-config-ini" package

Please follow the guidance below to uninstall ghc-config-ini on openSuSE Tumbleweed:

$ sudo zypper remove ghc-config-ini

3. Information about the ghc-config-ini package on openSuSE Tumbleweed

Information for package ghc-config-ini:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-config-ini
Version : 0.2.7.0-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 513.8 KiB
Installed : No
Status : not installed
Source package : ghc-config-ini-0.2.7.0-1.4.src
Upstream URL : https://hackage.haskell.org/package/config-ini
Summary : A library for simple INI-based configuration files
Description :
The 'config-ini' library is a set of small monadic languages for writing simple
configuration languages with convenient, human-readable error messages.
> parseConfig :: IniParser (Text, Int, Bool) > parseConfig = section "NETWORK"
$ do > user <- field "user" > port <- fieldOf "port" number > enc <-
fieldFlagDef "encryption" True > return (user, port, enc).

5. The same packages on other Linux Distributions