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

Last updated: October 07,2024

1. Install "ghc-htoml.x86_64" package

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

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

2. Uninstall "ghc-htoml.x86_64" package

Please follow the instructions below to uninstall ghc-htoml.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 0:35:16 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-htoml
Version : 1.0.0.3
Release : 18.fc36
Architecture : x86_64
Size : 90 k
Source : ghc-htoml-1.0.0.3-18.fc36.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.