How to Install and Uninstall ghc-th-reify-many.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 09,2024

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

This guide covers the steps necessary to install ghc-th-reify-many.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Please follow the steps below to uninstall ghc-th-reify-many.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the ghc-th-reify-many.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:22:47 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-th-reify-many
Version : 0.1.10
Release : 1.el9
Architecture : x86_64
Size : 24 k
Source : ghc-th-reify-many-0.1.10-1.el9.src.rpm
Repository : epel
Summary : Recurseively reify template haskell datatype info
URL : https://hackage.haskell.org/package/th-reify-many
License : BSD
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.