How to Install and Uninstall ghc-aeson-yaml.x86_64 Package on AlmaLinux 9

Last updated: June 16,2024

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

This tutorial shows how to install ghc-aeson-yaml.x86_64 on AlmaLinux 9

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

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

This is a short guide on how to uninstall ghc-aeson-yaml.x86_64 on AlmaLinux 9:

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

3. Information about the ghc-aeson-yaml.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:25:38 ago on Wed Mar 13 07:41:12 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.