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

Last updated: September 20,2024

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

Please follow the steps below to install ghc-data-reify.x86_64 on Fedora 34

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

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

Please follow the instructions below to uninstall ghc-data-reify.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:59:56 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-data-reify
Version : 0.6.1
Release : 16.fc34
Architecture : x86_64
Size : 17 k
Source : ghc-data-reify-0.6.1-16.fc34.src.rpm
Repository : fedora
Summary : Reify a recursive data structure into an explicit graph
URL : https://hackage.haskell.org/package/data-reify
License : BSD
Description : 'data-reify' provided the ability to turn recursive structures into
: explicit graphs. Many (implicitly or explicitly) recursive data
: structure can be given this ability, via a type class instance. This
: gives an alternative to using 'Ref' for observable sharing.