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

Last updated: October 05,2024

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

Learn how to install ghc-base-orphans.x86_64 on Fedora 34

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

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

This tutorial shows how to uninstall ghc-base-orphans.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 3:42:16 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-base-orphans
Version : 0.8.2
Release : 4.fc34
Architecture : x86_64
Size : 31 k
Source : ghc-base-orphans-0.8.2-4.fc34.src.rpm
Repository : fedora
Summary : Backwards-compatible orphan instances for base
URL : https://hackage.haskell.org/package/base-orphans
License : MIT
Description : 'base-orphans' defines orphan instances that mimic instances available in later
: versions of 'base' to a wider (older) range of compilers.
: 'base-orphans' does not export anything except the orphan instances themselves
: and complements ''.
: See the README for what instances are covered:
: . See also the
: : covered> section.