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

Last updated: November 28,2024

1. Install "ghc-th-reify-many.x86_64" package

In this section, we are going to explain the necessary steps to install ghc-th-reify-many.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install ghc-th-reify-many.x86_64

2. Uninstall "ghc-th-reify-many.x86_64" package

Here is a brief guide to show you how to uninstall ghc-th-reify-many.x86_64 on Fedora 38:

$ sudo dnf remove ghc-th-reify-many.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:11:25 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ghc-th-reify-many
Version : 0.1.10
Release : 4.fc38
Architecture : x86_64
Size : 24 k
Source : ghc-th-reify-many-0.1.10-4.fc38.src.rpm
Repository : fedora
Summary : Recurseively reify template haskell datatype info
URL : https://hackage.haskell.org/package/th-reify-many
License : BSD-3-Clause
Description : 'th-reify-many' provides functions for recursively reifying top level
: declarations. The main intended use case is for enumerating the names of
: datatypes reachable from an initial datatype, and passing these names to some
: function which generates instances.