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

Last updated: January 12,2025

1. Install "ghc-ConfigFile.x86_64" package

Please follow the guidelines below to install ghc-ConfigFile.x86_64 on Fedora 39

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

2. Uninstall "ghc-ConfigFile.x86_64" package

Learn how to uninstall ghc-ConfigFile.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 0:12:34 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : ghc-ConfigFile
Version : 1.1.4
Release : 37.fc39
Architecture : x86_64
Size : 80 k
Source : ghc-ConfigFile-1.1.4-37.fc39.src.rpm
Repository : fedora
Summary : Configuration file reading and writing
URL : https://hackage.haskell.org/package/ConfigFile
License : BSD-3-Clause or LGPL-2.1-or-later
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.