How to Install and Uninstall ghc-aeson-yaml.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 10,2024

1. Install "ghc-aeson-yaml.x86_64" package

This is a short guide on how to install ghc-aeson-yaml.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "ghc-aeson-yaml.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ghc-aeson-yaml.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the ghc-aeson-yaml.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:33:18 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-aeson-yaml
Version : 1.1.0.1
Release : 1.el9
Architecture : x86_64
Size : 28 k
Source : ghc-aeson-yaml-1.1.0.1-1.el9.src.rpm
Repository : epel
Summary : Output any Aeson value as YAML (pure Haskell library)
URL : https://hackage.haskell.org/package/aeson-yaml
License : BSD
Description : This library exposes functions for encoding any Aeson value as YAML.
: There is also support for encoding multiple values into YAML "documents".
:
: This library is pure Haskell, and does not depend on C FFI with libyaml.
: It is also licensed under the BSD3 license.