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

Last updated: October 05,2024

1. Install "ghc-yaml.x86_64" package

This tutorial shows how to install ghc-yaml.x86_64 on Fedora 34

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

2. Uninstall "ghc-yaml.x86_64" package

This guide covers the steps necessary to uninstall ghc-yaml.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:07:18 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-yaml
Version : 0.11.4.0
Release : 8.fc34
Architecture : x86_64
Size : 121 k
Source : ghc-yaml-0.11.4.0-8.fc34.src.rpm
Repository : fedora
Summary : Support for parsing and rendering YAML documents
URL : https://hackage.haskell.org/package/yaml
License : BSD
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.