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

Last updated: November 30,2024

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

This is a short guide on how to install ghc-ansi-wl-pprint.x86_64 on Fedora 39

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

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

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

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

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

Last metadata expiration check: 3:45:44 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ghc-ansi-wl-pprint
Version : 0.6.9
Release : 18.fc39
Architecture : x86_64
Size : 40 k
Source : ghc-ansi-wl-pprint-0.6.9-18.fc39.src.rpm
Repository : fedora
Summary : The Wadler/Leijen Pretty Printer for colored ANSI terminal output
URL : https://hackage.haskell.org/package/ansi-wl-pprint
License : BSD-3-Clause
Description : This is a pretty printing library based on Wadler's paper ["A Prettier
: Printer"](https://homepages.inf.ed.ac.uk/wadler/papers/prettier/prettier.pdf).
: It has been enhanced with support for ANSI terminal colored output using the
: [ansi-terminal](https://hackage.haskell.org/package/ansi-terminal) package.