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

Last updated: May 14,2024

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

In this section, we are going to explain the necessary steps to install ghc-aeson-pretty.x86_64 on Oracle Linux 9

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

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

This guide let you learn how to uninstall ghc-aeson-pretty.x86_64 on Oracle Linux 9:

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

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

Last metadata expiration check: 0:52:17 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ghc-aeson-pretty
Version : 0.8.9
Release : 1.el9
Architecture : x86_64
Size : 27 k
Source : ghc-aeson-pretty-0.8.9-1.el9.src.rpm
Repository : epel
Summary : JSON pretty-printing library
URL : https://hackage.haskell.org/package/aeson-pretty
License : BSD
Description : A JSON pretty-printing library compatible with aeson as well as a command-line
: tool to improve readabilty of streams of JSON data.
:
: The library provides the function "encodePretty". It is a drop-in replacement
: for aeson's "encode" function, producing JSON-ByteStrings for human readers.
:
: The command-line tool reads JSON from stdin and writes prettified JSON to
: stdout. It also offers a complementary "compact"-mode, essentially the opposite
: of pretty-printing.