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

Last updated: January 15,2025

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

This tutorial shows how to install ghc-th-orphans.x86_64 on Fedora 39

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

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

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

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

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

Last metadata expiration check: 0:20:18 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ghc-th-orphans
Version : 0.13.14
Release : 4.fc39
Architecture : x86_64
Size : 96 k
Source : ghc-th-orphans-0.13.14-4.fc39.src.rpm
Repository : fedora
Summary : Orphan instances for TH datatypes
URL : https://hackage.haskell.org/package/th-orphans
License : BSD-3-Clause
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.