How to Install and Uninstall ghc-formatting.x86_64 Package on CentOS Stream 9

Last updated: October 07,2024

1. Install "ghc-formatting.x86_64" package

This guide covers the steps necessary to install ghc-formatting.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install ghc-formatting.x86_64

2. Uninstall "ghc-formatting.x86_64" package

Please follow the steps below to uninstall ghc-formatting.x86_64 on CentOS Stream 9:

$ sudo dnf remove ghc-formatting.x86_64 $ sudo dnf autoremove

3. Information about the ghc-formatting.x86_64 package on CentOS Stream 9

Last metadata expiration check: 2:09:20 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : ghc-formatting
Version : 7.1.3
Release : 1.el9
Architecture : x86_64
Size : 97 k
Source : ghc-formatting-7.1.3-1.el9.src.rpm
Repository : epel
Summary : Combinator-based type-safe formatting (like printf() or FORMAT)
URL : https://hackage.haskell.org/package/formatting
License : BSD
Description : Combinator-based type-safe formatting (like printf() or FORMAT), modelled from
: the HoleyMonoids package.
:
: See the README at for more
: info.