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

Last updated: January 08,2025

1. Install "ghc-htoml.x86_64" package

Please follow the instructions below to install ghc-htoml.x86_64 on Fedora 39

$ 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 39:

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

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

Last metadata expiration check: 1:54:41 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ghc-htoml
Version : 1.0.0.3
Release : 33.fc39
Architecture : x86_64
Size : 88 k
Source : ghc-htoml-1.0.0.3-33.fc39.src.rpm
Repository : fedora
Summary : Parser for TOML files
URL : https://hackage.haskell.org/package/htoml
License : BSD-3-Clause
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.