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

Last updated: October 05,2024

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

Please follow the instructions below to install ghc-aeson-yaml.x86_64 on Oracle Linux 9

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

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

Please follow the steps below to uninstall ghc-aeson-yaml.x86_64 on Oracle Linux 9:

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

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

Last metadata expiration check: 1:36:51 ago on Thu Feb 15 07:50:05 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.