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

Last updated: January 08,2025

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

This guide let you learn how to install ghc-data-fix.x86_64 on Fedora 39

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

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

Please follow the guidelines below to uninstall ghc-data-fix.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 4:45:57 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : ghc-data-fix
Version : 0.3.2
Release : 9.fc39
Architecture : x86_64
Size : 28 k
Source : ghc-data-fix-0.3.2-9.fc39.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.