How to Install and Uninstall ghc-data-fix.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: September 28,2024

1. Install "ghc-data-fix.x86_64" package

Please follow the guidance below to install ghc-data-fix.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install ghc-data-fix.x86_64

2. Uninstall "ghc-data-fix.x86_64" package

This guide covers the steps necessary to uninstall ghc-data-fix.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove ghc-data-fix.x86_64 $ sudo dnf autoremove

3. Information about the ghc-data-fix.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:32:24 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-data-fix
Version : 0.3.2
Release : 2.el9
Architecture : x86_64
Size : 29 k
Source : ghc-data-fix-0.3.2-2.el9.src.rpm
Repository : epel
Summary : Fixpoint data types
URL : https://hackage.haskell.org/package/data-fix
License : BSD
Description : Fixpoint types and recursion schemes. If you define your AST as fixpoint type,
: you get fold and unfold operations for free.
:
: Thanks for contribution to: Matej Kollar, Herbert Valerio Riedel.