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

Last updated: September 23,2024

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

Please follow the guidelines below to install ghc-data-reify.x86_64 on Fedora 38

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

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

In this section, we are going to explain the necessary steps to uninstall ghc-data-reify.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 4:00:08 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : ghc-data-reify
Version : 0.6.3
Release : 8.fc38
Architecture : x86_64
Size : 21 k
Source : ghc-data-reify-0.6.3-8.fc38.src.rpm
Repository : fedora
Summary : Reify a recursive data structure into an explicit graph
URL : https://hackage.haskell.org/package/data-reify
License : BSD-3-Clause
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.