How to Install and Uninstall ghc-ConfigFile.x86_64 Package on Fedora 36

Last updated: January 14,2025

1. Install "ghc-ConfigFile.x86_64" package

Please follow the instructions below to install ghc-ConfigFile.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install ghc-ConfigFile.x86_64

2. Uninstall "ghc-ConfigFile.x86_64" package

Please follow the guidelines below to uninstall ghc-ConfigFile.x86_64 on Fedora 36:

$ sudo dnf remove ghc-ConfigFile.x86_64 $ sudo dnf autoremove

3. Information about the ghc-ConfigFile.x86_64 package on Fedora 36

Last metadata expiration check: 5:47:58 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-ConfigFile
Version : 1.1.4
Release : 22.fc36
Architecture : x86_64
Size : 71 k
Source : ghc-ConfigFile-1.1.4-22.fc36.src.rpm
Repository : fedora
Summary : Configuration file reading and writing
URL : https://hackage.haskell.org/package/ConfigFile
License : BSD or LGPLv2+
Description : Parser and writer for handling sectioned config files in Haskell.
:
: The ConfigFile module works with configuration files in a standard format that
: is easy for the user to edit, easy for the programmer to work with, yet remains
: powerful and flexible. It is inspired by, and compatible with, Python's
: ConfigParser module. It uses files that resemble Windows .INI-style files, but
: with numerous improvements.
:
: ConfigFile provides simple calls to both read and write config files.
: It's possible to make a config file parsable by this module, the Unix shell,
: and make.