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

Last updated: May 15,2024

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

Please follow the guidance below to install ghc-aeson-pretty.x86_64 on Rocky Linux 9

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

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

Please follow the guidance below to uninstall ghc-aeson-pretty.x86_64 on Rocky Linux 9:

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

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

Last metadata expiration check: 0:27:48 ago on Fri Feb 16 06:49:52 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.