How to Install and Uninstall ghc-ansi-wl-pprint.x86_64 Package on Rocky Linux 9

Last updated: October 05,2024

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

Please follow the instructions below to install ghc-ansi-wl-pprint.x86_64 on Rocky Linux 9

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

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

Here is a brief guide to show you how to uninstall ghc-ansi-wl-pprint.x86_64 on Rocky Linux 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 Rocky Linux 9

Last metadata expiration check: 0:42:45 ago on Fri Feb 16 06:49:52 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.