How to Install and Uninstall ghc-base-orphans.x86_64 Package on Oracle Linux 8

Last updated: September 28,2024

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

This guide covers the steps necessary to install ghc-base-orphans.x86_64 on Oracle Linux 8

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

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

Here is a brief guide to show you how to uninstall ghc-base-orphans.x86_64 on Oracle Linux 8:

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

3. Information about the ghc-base-orphans.x86_64 package on Oracle Linux 8

Last metadata expiration check: 6:55:49 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : ghc-base-orphans
Version : 0.7
Release : 1.el8
Architecture : x86_64
Size : 21 k
Source : ghc-base-orphans-0.7-1.el8.src.rpm
Repository : epel
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.