How to Install and Uninstall ghc-ansi-wl-pprint.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 05,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 Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Please follow the guidelines below to uninstall ghc-ansi-wl-pprint.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the ghc-ansi-wl-pprint.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:20:08 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-ansi-wl-pprint
Version : 0.6.9
Release : 7.el9
Architecture : x86_64
Size : 40 k
Source : ghc-ansi-wl-pprint-0.6.9-7.el9.src.rpm
Repository : epel
Summary : The Wadler/Leijen Pretty Printer for colored ANSI terminal output
URL : https://hackage.haskell.org/package/ansi-wl-pprint
License : BSD
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.