How to Install and Uninstall ghc-aeson-pretty Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "ghc-aeson-pretty" package

This tutorial shows how to install ghc-aeson-pretty on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc-aeson-pretty

2. Uninstall "ghc-aeson-pretty" package

In this section, we are going to explain the necessary steps to uninstall ghc-aeson-pretty on openSuSE Tumbleweed:

$ sudo zypper remove ghc-aeson-pretty

3. Information about the ghc-aeson-pretty package on openSuSE Tumbleweed

Information for package ghc-aeson-pretty:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-aeson-pretty
Version : 0.8.10-1.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 83.2 KiB
Installed : No
Status : not installed
Source package : ghc-aeson-pretty-0.8.10-1.14.src
Upstream URL : https://hackage.haskell.org/package/aeson-pretty
Summary : JSON pretty-printing library and command-line tool
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. If you specify '-flib-only' like this
> cabal install -flib-only aeson-pretty
the command-line tool will NOT be installed.

5. The same packages on other Linux Distributions