How to Install and Uninstall ghc-data-fix.x86_64 Package on Fedora 38

Last updated: October 10,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 Fedora 38

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

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

Here is a brief guide to show you how to uninstall ghc-data-fix.x86_64 on Fedora 38:

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

3. Information about the ghc-data-fix.x86_64 package on Fedora 38

Last metadata expiration check: 1:32:25 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ghc-data-fix
Version : 0.3.2
Release : 7.fc38
Architecture : x86_64
Size : 29 k
Source : ghc-data-fix-0.3.2-7.fc38.src.rpm
Repository : fedora
Summary : Fixpoint data types
URL : https://hackage.haskell.org/package/data-fix
License : BSD-3-Clause
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.