How to Install and Uninstall ghc-wl-pprint.x86_64 Package on Fedora 36

Last updated: October 06,2024

1. Install "ghc-wl-pprint.x86_64" package

Please follow the guidelines below to install ghc-wl-pprint.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install ghc-wl-pprint.x86_64

2. Uninstall "ghc-wl-pprint.x86_64" package

This is a short guide on how to uninstall ghc-wl-pprint.x86_64 on Fedora 36:

$ sudo dnf remove ghc-wl-pprint.x86_64 $ sudo dnf autoremove

3. Information about the ghc-wl-pprint.x86_64 package on Fedora 36

Last metadata expiration check: 3:36:57 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ghc-wl-pprint
Version : 1.2.1
Release : 13.fc36
Architecture : x86_64
Size : 30 k
Source : ghc-wl-pprint-1.2.1-13.fc36.src.rpm
Repository : fedora
Summary : The Wadler/Leijen Pretty Printer
URL : https://hackage.haskell.org/package/wl-pprint
License : BSD
Description : This is a pretty printing library based on Wadler's paper "A Prettier Printer".
: See the haddocks for full info. This version allows the library user to declare
: overlapping instances of the 'Pretty' class.