How to Install and Uninstall ghc-base-compat.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 26,2024

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

This guide covers the steps necessary to install ghc-base-compat.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

This is a short guide on how to uninstall ghc-base-compat.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the ghc-base-compat.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:14:24 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : ghc-base-compat
Version : 0.9.3
Release : 2.el8
Architecture : x86_64
Size : 16 k
Source : ghc-base-compat-0.9.3-2.el8.src.rpm
Repository : epel
Summary : A compatibility layer for base
URL : https://hackage.haskell.org/package/base-compat
License : MIT
Description : Provides functions available in later versions of 'base' to a wider range of
: compilers, without requiring you to use CPP pragmas in your code. See the
: README for what is covered. Also see the changelog for recent changes.
:
: Note that 'base-compat' does not add any orphan instances. There is a separate
: package 'base-orphans' for that.