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

Last updated: September 28,2024

1. Install "ghc-pretty-show" package

In this section, we are going to explain the necessary steps to install ghc-pretty-show on openSuSE Tumbleweed

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

2. Uninstall "ghc-pretty-show" package

This tutorial shows how to uninstall ghc-pretty-show on openSuSE Tumbleweed:

$ sudo zypper remove ghc-pretty-show

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

Information for package ghc-pretty-show:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-pretty-show
Version : 1.10-4.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 4.1 MiB
Installed : No
Status : not installed
Source package : ghc-pretty-show-1.10-4.13.src
Upstream URL : https://hackage.haskell.org/package/pretty-show
Summary : Tools for working with derived `Show` instances and generic inspection of values
Description :
We provide a library and an executable for working with derived 'Show'
instances. By using the library, we can parse derived 'Show' instances into a
generic data structure. The 'ppsh' tool uses the library to produce
human-readable versions of 'Show' instances, which can be quite handy for
debugging Haskell programs. We can also render complex generic values into an
interactive Html page, for easier examination.

5. The same packages on other Linux Distributions