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

Last updated: November 25,2024

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

In this section, we are going to explain the necessary steps to install ghc-th-abstraction.x86_64 on Oracle Linux 8

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

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

This guide covers the steps necessary to uninstall ghc-th-abstraction.x86_64 on Oracle Linux 8:

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

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

Last metadata expiration check: 1:50:37 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : ghc-th-abstraction
Version : 0.2.8.0
Release : 1.el8
Architecture : x86_64
Size : 90 k
Source : ghc-th-abstraction-0.2.8.0-1.el8.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.