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

Last updated: July 05,2024

1. Install "ghc-ConfigFile.x86_64" package

Here is a brief guide to show you how to install ghc-ConfigFile.x86_64 on Fedora 34

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

2. Uninstall "ghc-ConfigFile.x86_64" package

Please follow the instructions below to uninstall ghc-ConfigFile.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:36:43 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-ConfigFile
Version : 1.1.4
Release : 19.fc34
Architecture : x86_64
Size : 70 k
Source : ghc-ConfigFile-1.1.4-19.fc34.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.