How to Install and Uninstall ghc-base-orphans.x86_64 Package on CentOS Stream 8

Last updated: October 08,2024

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

In this section, we are going to explain the necessary steps to install ghc-base-orphans.x86_64 on CentOS Stream 8

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

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

Please follow the instructions below to uninstall ghc-base-orphans.x86_64 on CentOS Stream 8:

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

3. Information about the ghc-base-orphans.x86_64 package on CentOS Stream 8

Last metadata expiration check: 0:03:11 ago on Sun Feb 25 03:03:59 2024.
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.