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

Last updated: October 05,2024

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

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

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

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

Please follow the guidance below to uninstall ghc-data-fix.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:21:19 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-data-fix
Version : 0.2.1
Release : 2.fc34
Architecture : x86_64
Size : 20 k
Source : ghc-data-fix-0.2.1-2.fc34.src.rpm
Repository : fedora
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.