How to Install and Uninstall ghc-yaml.x86_64 Package on Fedora 38

Last updated: October 09,2024

1. Install "ghc-yaml.x86_64" package

Please follow the guidelines below to install ghc-yaml.x86_64 on Fedora 38

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

2. Uninstall "ghc-yaml.x86_64" package

Please follow the steps below to uninstall ghc-yaml.x86_64 on Fedora 38:

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

3. Information about the ghc-yaml.x86_64 package on Fedora 38

Last metadata expiration check: 4:52:17 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ghc-yaml
Version : 0.11.8.0
Release : 15.fc38
Architecture : x86_64
Size : 113 k
Source : ghc-yaml-0.11.8.0-15.fc38.src.rpm
Repository : fedora
Summary : Support for parsing and rendering YAML documents
URL : https://hackage.haskell.org/package/yaml
License : BSD-3-Clause
Description : Provides support for parsing and emitting Yaml documents.
:
: The package is broken down into two modules. "Data.Yaml" provides a high-level
: interface based around the JSON datatypes provided by the 'aeson' package.
: "Text.Libyaml" provides a lower-level, streaming interface. For most users,
: "Data.Yaml" is recommended.