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

Last updated: October 07,2024

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

This is a short guide on how to install ghc-th-orphans.x86_64 on Fedora 35

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

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

Please follow the guidance below to uninstall ghc-th-orphans.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 2:15:31 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : ghc-th-orphans
Version : 0.13.11
Release : 1.fc35
Architecture : x86_64
Size : 84 k
Source : ghc-th-orphans-0.13.11-1.fc35.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.