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

Last updated: July 05,2024

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

Here is a brief guide to show you how to install ghc-data-fix.x86_64 on Oracle Linux 9

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

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

Learn how to uninstall ghc-data-fix.x86_64 on Oracle Linux 9:

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

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

Last metadata expiration check: 3:31:14 ago on Thu Feb 15 07:50:05 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.