How to Install and Uninstall ghc-annotated-wl-pprint.x86_64 Package on AlmaLinux 9

Last updated: September 29,2024

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

Please follow the guidance below to install ghc-annotated-wl-pprint.x86_64 on AlmaLinux 9

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

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

Please follow the guidance below to uninstall ghc-annotated-wl-pprint.x86_64 on AlmaLinux 9:

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

3. Information about the ghc-annotated-wl-pprint.x86_64 package on AlmaLinux 9

Last metadata expiration check: 2:26:35 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : ghc-annotated-wl-pprint
Version : 0.7.0
Release : 15.el9
Architecture : x86_64
Size : 33 k
Source : ghc-annotated-wl-pprint-0.7.0-15.el9.src.rpm
Repository : epel
Summary : The Wadler/Leijen Pretty Printer, with annotation support
URL : https://hackage.haskell.org/package/annotated-wl-pprint
License : BSD
Description : This is a modified version of wl-pprint, which was based on Wadler's paper "A
: Prettier Printer". See the haddocks for full info. This version allows the
: library user to annotate the text with semantic information, which can later be
: rendered in a variety of ways.