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

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 Fedora 34

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

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

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

$ 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 34

Last metadata expiration check: 2:13:51 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-ansi-wl-pprint
Version : 0.6.9
Release : 4.fc34
Architecture : x86_64
Size : 40 k
Source : ghc-ansi-wl-pprint-0.6.9-4.fc34.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
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.