How to Install and Uninstall ghc-th-expand-syns.x86_64 Package on Fedora 38

Last updated: January 11,2025

1. Install "ghc-th-expand-syns.x86_64" package

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

$ sudo dnf update $ sudo dnf install ghc-th-expand-syns.x86_64

2. Uninstall "ghc-th-expand-syns.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ghc-th-expand-syns.x86_64 on Fedora 38:

$ sudo dnf remove ghc-th-expand-syns.x86_64 $ sudo dnf autoremove

3. Information about the ghc-th-expand-syns.x86_64 package on Fedora 38

Last metadata expiration check: 2:30:57 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ghc-th-expand-syns
Version : 0.4.10.0
Release : 2.fc38
Architecture : x86_64
Size : 27 k
Source : ghc-th-expand-syns-0.4.10.0-2.fc38.src.rpm
Repository : fedora
Summary : Expands type synonyms in Template Haskell ASTs
URL : https://hackage.haskell.org/package/th-expand-syns
License : BSD-3-Clause
Description : Expands type synonyms in Template Haskell ASTs.
:
: As of version '0.4.9.0', this library is a small shim on top of the
: 'applySubstitution'/'resolveTypeSynonyms' functions from 'th-abstraction', so
: you may want to consider using 'th-abstraction' instead.