How to Install and Uninstall ghc-th-abstraction.x86_64 Package on Oracle Linux 9

Last updated: November 25,2024

1. Install "ghc-th-abstraction.x86_64" package

Please follow the instructions below to install ghc-th-abstraction.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install ghc-th-abstraction.x86_64

2. Uninstall "ghc-th-abstraction.x86_64" package

Please follow the instructions below to uninstall ghc-th-abstraction.x86_64 on Oracle Linux 9:

$ sudo dnf remove ghc-th-abstraction.x86_64 $ sudo dnf autoremove

3. Information about the ghc-th-abstraction.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:31:28 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ghc-th-abstraction
Version : 0.4.3.0
Release : 1.el9
Architecture : x86_64
Size : 106 k
Source : ghc-th-abstraction-0.4.3.0-1.el9.src.rpm
Repository : epel
Summary : Nicer interface for reified information about data types
URL : https://hackage.haskell.org/package/th-abstraction
License : ISC
Description : This package normalizes variations in the interface for inspecting datatype
: information via Template Haskell so that packages and support a single, easier
: to use informational datatype while supporting many versions of Template
: Haskell.