How to Install and Uninstall ghc-formatting.x86_64 Package on Oracle Linux 9

Last updated: October 02,2024

1. Install "ghc-formatting.x86_64" package

This guide covers the steps necessary to install ghc-formatting.x86_64 on Oracle Linux 9

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

2. Uninstall "ghc-formatting.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ghc-formatting.x86_64 on Oracle Linux 9:

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

3. Information about the ghc-formatting.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:01:13 ago on Thu Feb 15 07:50:05 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.