How to Install and Uninstall ghc-th-orphans.x86_64 Package on Fedora 36

Last updated: May 15,2024

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

Learn how to install ghc-th-orphans.x86_64 on Fedora 36

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

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

Please follow the instructions below to uninstall ghc-th-orphans.x86_64 on Fedora 36:

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

3. Information about the ghc-th-orphans.x86_64 package on Fedora 36

Last metadata expiration check: 4:24:54 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ghc-th-orphans
Version : 0.13.11
Release : 3.fc36
Architecture : x86_64
Size : 84 k
Source : ghc-th-orphans-0.13.11-3.fc36.src.rpm
Repository : fedora
Summary : Orphan instances for TH datatypes
URL : https://hackage.haskell.org/package/th-orphans
License : BSD
Description : Orphan instances for TH datatypes. In particular, instances for Ord and Lift,
: as well as a few missing Show / Eq. These instances used to live in
: haskell-src-meta, and that's where the version number started.