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

Last updated: July 03,2024

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

Here is a brief guide to show you how to install ghc-th-orphans.x86_64 on Fedora 34

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

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

This guide let you learn how to uninstall ghc-th-orphans.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 3:37:48 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-th-orphans
Version : 0.13.10
Release : 4.fc34
Architecture : x86_64
Size : 71 k
Source : ghc-th-orphans-0.13.10-4.fc34.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.