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

Last updated: October 06,2024

1. Install "ghc-show.x86_64" package

Please follow the step by step instructions below to install ghc-show.x86_64 on Fedora 34

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

2. Uninstall "ghc-show.x86_64" package

This guide covers the steps necessary to uninstall ghc-show.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:38:54 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-show
Version : 0.6
Release : 24.fc34
Architecture : x86_64
Size : 20 k
Source : ghc-show-0.6-24.fc34.src.rpm
Repository : fedora
Summary : 'Show' instances for Lambdabot
URL : https://hackage.haskell.org/package/show
License : GPL+
Description : This library provides ShowQ, ShowFun, and SimpleReflect.
: ShowFun gives us Typeable instances for neutering IO expressions.
: ShowQ adds SmallCheck and QuickCheck support.
: SimpleReflect allows us to literally see how functions 'expand'.