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

Last updated: October 05,2024

1. Install "ghc-htoml.x86_64" package

Please follow the guidance below to install ghc-htoml.x86_64 on Fedora 34

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

2. Uninstall "ghc-htoml.x86_64" package

Learn how to uninstall ghc-htoml.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 4:37:35 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-htoml
Version : 1.0.0.3
Release : 15.fc34
Architecture : x86_64
Size : 86 k
Source : ghc-htoml-1.0.0.3-15.fc34.src.rpm
Repository : fedora
Summary : Parser for TOML files
URL : https://hackage.haskell.org/package/htoml
License : BSD
Description : TOML is an obvious and minimal format for config files.
:
: This package provides a TOML parser, build with the Parsec library. It exposes
: a JSON interface using the Aeson library.