How to Install and Uninstall ghc-aeson-pretty Package on openSUSE Leap
Last updated: November 08,2024
1. Install "ghc-aeson-pretty" package
Learn how to install ghc-aeson-pretty on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
ghc-aeson-pretty
Copied
2. Uninstall "ghc-aeson-pretty" package
Here is a brief guide to show you how to uninstall ghc-aeson-pretty on openSUSE Leap:
$
sudo zypper remove
ghc-aeson-pretty
Copied
3. Information about the ghc-aeson-pretty package on openSUSE Leap
Information for package ghc-aeson-pretty:
-----------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : ghc-aeson-pretty
Version : 0.8.10-150500.3.3.2
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 75.2 KiB
Installed : No
Status : not installed
Source package : ghc-aeson-pretty-0.8.10-150500.3.3.2.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.
-----------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : ghc-aeson-pretty
Version : 0.8.10-150500.3.3.2
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 75.2 KiB
Installed : No
Status : not installed
Source package : ghc-aeson-pretty-0.8.10-150500.3.3.2.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.