How to Install and Uninstall ghc-th-abstraction.x86_64 Package on CentOS Stream 8

Last updated: October 09,2024

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

Please follow the guidelines below to install ghc-th-abstraction.x86_64 on CentOS Stream 8

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

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

This is a short guide on how to uninstall ghc-th-abstraction.x86_64 on CentOS Stream 8:

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

3. Information about the ghc-th-abstraction.x86_64 package on CentOS Stream 8

Last metadata expiration check: 5:56:04 ago on Sun Feb 25 03:03:59 2024.
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.