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

Last updated: October 06,2024

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

Please follow the steps below to install ghc-base-compat-batteries.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Please follow the step by step instructions below to uninstall ghc-base-compat-batteries.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 1:25:00 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-base-compat-batteries
Version : 0.11.2
Release : 2.el9
Architecture : x86_64
Size : 24 k
Source : ghc-base-compat-batteries-0.11.2-2.el9.src.rpm
Repository : epel
Summary : Base-compat with extra batteries
URL : https://hackage.haskell.org/package/base-compat-batteries
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.
: the suffix '.Repl.Batteries', which are distinct from anything in
:
: depends on compatibility packages (such as 'semigroups') to offer a wider
: support window than 'base-compat', which has no dependencies. Most of the
:
: See
: ' : here>' for a more comprehensive list of differences between 'base-compat' and
: 'base-compat-batteries'.