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

Last updated: July 03,2024

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

Please follow the instructions below to install ghc-pretty-show.x86_64 on Fedora 35

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

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

Learn how to uninstall ghc-pretty-show.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 0:28:05 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ghc-pretty-show
Version : 1.10
Release : 7.fc35
Architecture : x86_64
Size : 108 k
Source : ghc-pretty-show-1.10-7.fc35.src.rpm
Repository : fedora
Summary : Tools for working with derived Show instances and generic inspection of values
URL : https://hackage.haskell.org/package/pretty-show
License : MIT
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.