How to Install and Uninstall ghc-aeson-pretty.x86_64 Package on Fedora 35

Last updated: July 03,2024

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

Learn how to install ghc-aeson-pretty.x86_64 on Fedora 35

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

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

Please follow the step by step instructions below to uninstall ghc-aeson-pretty.x86_64 on Fedora 35:

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

3. Information about the ghc-aeson-pretty.x86_64 package on Fedora 35

Last metadata expiration check: 4:57:35 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-aeson-pretty
Version : 0.8.8
Release : 6.fc35
Architecture : x86_64
Size : 27 k
Source : ghc-aeson-pretty-0.8.8-6.fc35.src.rpm
Repository : fedora
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.