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

Last updated: September 21,2024

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

In this section, we are going to explain the necessary steps to install ghc-wl-pprint.x86_64 on Fedora 34

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

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

Please follow the guidance below to uninstall ghc-wl-pprint.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 4:44:44 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-wl-pprint
Version : 1.2.1
Release : 10.fc34
Architecture : x86_64
Size : 30 k
Source : ghc-wl-pprint-1.2.1-10.fc34.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.